Index: source/libvpx/test/active_map_test.cc |
=================================================================== |
--- source/libvpx/test/active_map_test.cc (revision 284462) |
+++ source/libvpx/test/active_map_test.cc (working copy) |
@@ -83,9 +83,6 @@ |
ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); |
} |
-#define VP9_FACTORY \ |
- static_cast<const libvpx_test::CodecFactory *>(&libvpx_test::kVP9) |
- |
VP9_INSTANTIATE_TEST_CASE(ActiveMapTest, |
::testing::Values(::libvpx_test::kRealTime), |
::testing::Range(0, 6)); |