Remove unused macros

Also available in util.h

Change-Id: I4745d72f57c11c55772d3bf0ef15c09bd86eb5bf
This commit is contained in:
Johann 2012-07-20 11:45:23 -07:00
parent 210fa2810a
commit a9cb6f6918

View File

@ -175,8 +175,4 @@ class EncoderTest {
} // namespace libvpx_test
// Macros to be used with ::testing::Combine
#define PARAMS(...) ::testing::TestWithParam< std::tr1::tuple< __VA_ARGS__ > >
#define GET_PARAM(k) std::tr1::get< k >(GetParam())
#endif // TEST_ENCODE_TEST_DRIVER_H_