[Webkit-unassigned] [Bug 91049] New: Remove dead code after r122392

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 11 22:34:33 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91049

           Summary: Remove dead code after r122392
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: P1
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


There are some dead code after http://trac.webkit.org/changeset/122392 
causes build error with too strict GCC on Qt perf bots:

/home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp: In member function ‘void JSC::DFG::SpeculativeJIT::emitCall(JSC::DFG::Node&)’:
/home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp:956:22: error: variable ‘slowCallFunction’ set but not used [-Werror=unused-but-set-variable]

Patch is coming soon.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list