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://review.tizen.org/git/?a=commitdiff_plain;h=f2c4baf01b3ed3d8e85a4dabbd14c358bda99576;p=platform%2Fupstream%2Fllvm.git Remove unused typedef. GCC warns about this. llvm-svn: 212105 --- diff --git a/llvm/unittests/Support/ScaledNumberTest.cpp b/llvm/unittests/Support/ScaledNumberTest.cpp index 2565873..7bbef7e 100644 --- a/llvm/unittests/Support/ScaledNumberTest.cpp +++ b/llvm/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; \