From 0d0d8d2c9e2c43b66df8131db527407afb070c91 Mon Sep 17 00:00:00 2001 From: Eric Rahm Date: Tue, 9 Feb 2016 10:02:37 -0800 Subject: [PATCH] Bug 1239870 - Part 1: Remove declaration of test_utils from header. r=bwc Once files are all compiled into the same gtest this will cause duplicate symbol errors. It's also unused. --- media/mtransport/test/mtransport_test_utils.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/media/mtransport/test/mtransport_test_utils.h b/media/mtransport/test/mtransport_test_utils.h index 6c96c6f1e162..abbdeee57c78 100644 --- a/media/mtransport/test/mtransport_test_utils.h +++ b/media/mtransport/test/mtransport_test_utils.h @@ -101,11 +101,6 @@ class MtransportTestUtils { }; -MtransportTestUtils *mtransport_test_utils; - -#define SETUP_MTRANSPORT_TEST_UTILS() \ - MtransportTestUtils utils_; mtransport_test_utils = &utils_ - #define CHECK_ENVIRONMENT_FLAG(envname) \ char *test_flag = getenv(envname); \ if (!test_flag || strcmp(test_flag, "1")) { \ @@ -115,4 +110,3 @@ MtransportTestUtils *mtransport_test_utils; #endif -