summaryrefslogtreecommitdiffstats
path: root/unittests/Support/ScaledNumberTest.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-07-01 15:39:32 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-07-01 15:39:32 +0000
commit58d452b75a85469625b777d4293632ee1b44f772 (patch)
tree7552067ee1ebd8a9cfe1687c6b30fab4cde2cd2b /unittests/Support/ScaledNumberTest.cpp
parentf44809c898e63e48f7e8ef1e2eff65d8ef3da447 (diff)
Remove unused typedef. GCC warns about this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Support/ScaledNumberTest.cpp')
-rw-r--r--unittests/Support/ScaledNumberTest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/unittests/Support/ScaledNumberTest.cpp b/unittests/Support/ScaledNumberTest.cpp
index 2565873ea8d9..7bbef7e4e58d 100644
--- a/unittests/Support/ScaledNumberTest.cpp
+++ b/unittests/Support/ScaledNumberTest.cpp
@@ -323,9 +323,6 @@ TEST(ScaledNumberHelpersTest, compare) {
}
TEST(ScaledNumberHelpersTest, matchScales) {
- typedef std::tuple<uint32_t, int16_t, uint32_t, int16_t> Pair32;
- typedef std::tuple<uint64_t, int16_t, uint64_t, int16_t> Pair64;
-
#define MATCH_SCALES(T, LDIn, LSIn, RDIn, RSIn, LDOut, RDOut, SOut) \
do { \
T LDx = LDIn; \