forked from OSchip/llvm-project
Remove unused typedef. GCC warns about this.
llvm-svn: 212105
This commit is contained in:
parent
5c92115972
commit
f2c4baf01b
|
@ -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; \
|
||||
|
|
Loading…
Reference in New Issue