aboutsummaryrefslogtreecommitdiff
path: root/webrtc/test/common_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/test/common_unittest.cc')
-rw-r--r--webrtc/test/common_unittest.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/webrtc/test/common_unittest.cc b/webrtc/test/common_unittest.cc
index a239dade73..082c18c2c7 100644
--- a/webrtc/test/common_unittest.cc
+++ b/webrtc/test/common_unittest.cc
@@ -15,7 +15,6 @@ namespace webrtc {
namespace {
struct MyExperiment {
- static const ConfigOptionID identifier = ConfigOptionID::kMyExperimentForTest;
static const int kDefaultFactor;
static const int kDefaultOffset;
@@ -57,8 +56,6 @@ TEST(Config, SetNullSetsTheOptionBackToDefault) {
}
struct Algo1_CostFunction {
- static const ConfigOptionID identifier =
- ConfigOptionID::kAlgo1CostFunctionForTest;
Algo1_CostFunction() {}
virtual int cost(int x) const {