Remove unused typedef. GCC warns about this.

llvm-svn: 212105
This commit is contained in:
Benjamin Kramer 2014-07-01 15:39:32 +00:00
parent 5c92115972
commit f2c4baf01b
1 changed files with 0 additions and 3 deletions

View File

@ -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; \