summaryrefslogtreecommitdiff
path: root/test/encode_test_driver.h
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2012-07-20 11:45:23 -0700
committerJohann <johannkoenig@google.com>2012-07-20 11:45:23 -0700
commita9cb6f69183f8924d17846e0c327978c1bddefa4 (patch)
tree43734e1e3d650da583ea7ceed2500b75759e7612 /test/encode_test_driver.h
parent210fa2810a5da09355e11a0780c0aada78d80d6d (diff)
downloadlibvpx-a9cb6f69183f8924d17846e0c327978c1bddefa4.tar
libvpx-a9cb6f69183f8924d17846e0c327978c1bddefa4.tar.gz
libvpx-a9cb6f69183f8924d17846e0c327978c1bddefa4.tar.bz2
libvpx-a9cb6f69183f8924d17846e0c327978c1bddefa4.zip
Remove unused macros
Also available in util.h Change-Id: I4745d72f57c11c55772d3bf0ef15c09bd86eb5bf
Diffstat (limited to 'test/encode_test_driver.h')
-rw-r--r--test/encode_test_driver.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/encode_test_driver.h b/test/encode_test_driver.h
index 2fb627cce..f7f074730 100644
--- a/test/encode_test_driver.h
+++ b/test/encode_test_driver.h
@@ -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_