diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-21 22:46:00 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-21 22:46:00 +0000 |
commit | b7f8bff2b9a1b2865397c10d23bb8a754d0b3b3d (patch) | |
tree | cd4003850da09c2225e9e96ac315a4aec30c9e7b /ppapi | |
parent | 49b59344344790adf615da950044eb4118528879 (diff) | |
download | chromium_src-b7f8bff2b9a1b2865397c10d23bb8a754d0b3b3d.zip chromium_src-b7f8bff2b9a1b2865397c10d23bb8a754d0b3b3d.tar.gz chromium_src-b7f8bff2b9a1b2865397c10d23bb8a754d0b3b3d.tar.bz2 |
Remove an out of date comment in PPAPI code.
NOTRY=true
Review URL: https://codereview.chromium.org/391413004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/tests/test_case.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ppapi/tests/test_case.cc b/ppapi/tests/test_case.cc index 696a514..52ec306 100644 --- a/ppapi/tests/test_case.cc +++ b/ppapi/tests/test_case.cc @@ -100,13 +100,6 @@ bool TestCase::Init() { std::string TestCase::MakeFailureMessage(const char* file, int line, const char* cmd) { - // The mere presence of this local variable works around a gcc-4.2.4 - // compiler bug in official Chrome Linux builds. If you remove it, - // confirm this compile command still works: - // GYP_DEFINES='branding=Chrome buildtype=Official target_arch=x64' - // gclient runhooks - // make -k -j4 BUILDTYPE=Release ppapi_tests - std::ostringstream output; output << "Failure in " << file << "(" << line << "): " << cmd; return output.str(); |