From: Aaron Ballman Date: Thu, 29 Jan 2015 16:18:59 +0000 (+0000) Subject: Oops -- accidentally commit some debug code! Removing that code; NFC (this time for... X-Git-Tag: llvmorg-3.7.0-rc1~13721 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9c082ae9b496fed4b35cfdbb377e19cb6bc7a51;p=platform%2Fupstream%2Fllvm.git Oops -- accidentally commit some debug code! Removing that code; NFC (this time for real). llvm-svn: 227459 --- diff --git a/llvm/tools/llvm-pdbdump/COMExtras.h b/llvm/tools/llvm-pdbdump/COMExtras.h index f77b493..500f571 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