summaryrefslogtreecommitdiff
path: root/test/active_map_test.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-07-14 18:59:16 -0700
committerJames Zern <jzern@google.com>2014-07-14 18:59:41 -0700
commit760deb37c11806b229b679a8b8ef5548fdf6522b (patch)
treefa2cd8377a0634ad8a590fa8bea673572ee4d839 /test/active_map_test.cc
parent832e4f3c6dbab566cd2b20a81910fa12b0635ceb (diff)
downloadlibvpx-760deb37c11806b229b679a8b8ef5548fdf6522b.tar
libvpx-760deb37c11806b229b679a8b8ef5548fdf6522b.tar.gz
libvpx-760deb37c11806b229b679a8b8ef5548fdf6522b.tar.bz2
libvpx-760deb37c11806b229b679a8b8ef5548fdf6522b.zip
active_map_test: remove unused VP9_FACTORY define
Change-Id: If96a133ad83e3ed4e4b3620dff857b26641da892
Diffstat (limited to 'test/active_map_test.cc')
-rw-r--r--test/active_map_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/active_map_test.cc b/test/active_map_test.cc
index 6377e725a..a9bb54090 100644
--- a/test/active_map_test.cc
+++ b/test/active_map_test.cc
@@ -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));