shithub: libvpx

Download patch

ref: a9cb6f69183f8924d17846e0c327978c1bddefa4
parent: 210fa2810a5da09355e11a0780c0aada78d80d6d
author: Johann <johannkoenig@google.com>
date: Fri Jul 20 07:45:23 EDT 2012

Remove unused macros

Also available in util.h

Change-Id: I4745d72f57c11c55772d3bf0ef15c09bd86eb5bf

--- a/test/encode_test_driver.h
+++ b/test/encode_test_driver.h
@@ -175,8 +175,4 @@
 
 }  // 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_