From 5114a927aaa373f98120b2f41469be6679cac539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Thu, 3 Oct 2019 11:32:30 +0200 Subject: [PATCH] Remove an old hack from test_main_lib.cc. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:9792 Change-Id: I0464f08bcc023dcbcaec595fc9ebb5bfe0736f68 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/155441 Reviewed-by: Niels Moller Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#29376} --- test/test_main_lib.cc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/test_main_lib.cc b/test/test_main_lib.cc index bb41e6530f..59352caefd 100644 --- a/test/test_main_lib.cc +++ b/test/test_main_lib.cc @@ -124,13 +124,6 @@ class TestMainImpl : public TestMain { rtc::tracing::StartInternalCapture(trace_event_path.c_str()); } - // TODO(bugs.webrtc.org/9792): we need to reference something from - // fileutils.h so that our downstream hack where we replace fileutils.cc - // works. Otherwise the downstream flag implementation will take over and - // botch the flag introduced by the hack. Remove this awful thing once the - // downstream implementation has been eliminated. - (void)webrtc::test::JoinFilename("horrible", "hack"); - // InitFieldTrialsFromString stores the char*, so the char array must // outlive the application. field_trials_ = absl::GetFlag(FLAGS_force_fieldtrials);