From c9c082ae9b496fed4b35cfdbb377e19cb6bc7a51 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Thu, 29 Jan 2015 16:18:59 +0000 Subject: [PATCH] Oops -- accidentally commit some debug code! Removing that code; NFC (this time for real). llvm-svn: 227459 --- llvm/tools/llvm-pdbdump/COMExtras.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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