]> granicus.if.org Git - libvpx/commitdiff
active_map_test: remove unused VP9_FACTORY define
authorJames Zern <jzern@google.com>
Tue, 15 Jul 2014 01:59:16 +0000 (18:59 -0700)
committerJames Zern <jzern@google.com>
Tue, 15 Jul 2014 01:59:41 +0000 (18:59 -0700)
Change-Id: If96a133ad83e3ed4e4b3620dff857b26641da892

test/active_map_test.cc

index 6377e725a33f9f52c850a20f08468c85567fe5f5..a9bb540909b5600646b5b3b319f5bde6f6c95e32 100644 (file)
@@ -83,9 +83,6 @@ TEST_P(ActiveMapTest, Test) {
   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));