]> granicus.if.org Git - libvpx/commitdiff
Remove unused macros
authorJohann <johannkoenig@google.com>
Fri, 20 Jul 2012 18:45:23 +0000 (11:45 -0700)
committerJohann <johannkoenig@google.com>
Fri, 20 Jul 2012 18:45:23 +0000 (11:45 -0700)
Also available in util.h

Change-Id: I4745d72f57c11c55772d3bf0ef15c09bd86eb5bf

test/encode_test_driver.h

index 2fb627cce4e1b3786be0b976466b06669722f3a3..f7f0747301dcca74bccdf42be15e03ba554a9e3d 100644 (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_