diff --git a/llvm/tools/llvm-pdbdump/COMExtras.h b/llvm/tools/llvm-pdbdump/COMExtras.h index f77b49322961..500f5714f819 100644 --- a/llvm/tools/llvm-pdbdump/COMExtras.h +++ b/llvm/tools/llvm-pdbdump/COMExtras.h @@ -20,7 +20,7 @@ namespace llvm { template struct function_traits; -#if 0 && LLVM_HAS_VARIADIC_TEMPLATES +#if LLVM_HAS_VARIADIC_TEMPLATES template struct function_traits : public function_traits {}; @@ -37,14 +37,12 @@ struct function_traits { // exclusively. template struct function_traits { - //using args_tuple = std::tuple; typedef std::tuple args_tuple; }; template struct function_traits { - //using args_tuple = std::tuple; typedef std::tuple args_tuple; }; #endif