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-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=71f6e95824b61cc7f31e566e81976fb3b03f6a27;p=oota-llvm.git Oops -- accidentally commit some debug code! Removing that code; NFC (this time for real). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227459 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-pdbdump/COMExtras.h b/tools/llvm-pdbdump/COMExtras.h index f77b4932296..500f5714f81 100644 --- a/tools/llvm-pdbdump/COMExtras.h +++ b/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