Commit b7f8bff2 authored by thestig@chromium.org's avatar thestig@chromium.org

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
parent 49b59344
...@@ -100,13 +100,6 @@ bool TestCase::Init() { ...@@ -100,13 +100,6 @@ bool TestCase::Init() {
std::string TestCase::MakeFailureMessage(const char* file, std::string TestCase::MakeFailureMessage(const char* file,
int line, int line,
const char* cmd) { 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; std::ostringstream output;
output << "Failure in " << file << "(" << line << "): " << cmd; output << "Failure in " << file << "(" << line << "): " << cmd;
return output.str(); return output.str();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment