From: Benjamin Kramer Date: Tue, 1 Jul 2014 15:39:32 +0000 (+0000) Subject: Remove unused typedef. GCC warns about this. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=58d452b75a85469625b777d4293632ee1b44f772;p=oota-llvm.git Remove unused typedef. GCC warns about this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212105 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Support/ScaledNumberTest.cpp b/unittests/Support/ScaledNumberTest.cpp index 2565873ea8d..7bbef7e4e58 100644 --- a/unittests/Support/ScaledNumberTest.cpp +++ b/unittests/Support/ScaledNumberTest.cpp @@ -323,9 +323,6 @@ TEST(ScaledNumberHelpersTest, compare) { } TEST(ScaledNumberHelpersTest, matchScales) { - typedef std::tuple Pair32; - typedef std::tuple Pair64; - #define MATCH_SCALES(T, LDIn, LSIn, RDIn, RSIn, LDOut, RDOut, SOut) \ do { \ T LDx = LDIn; \