Title: [180527] trunk/Source/_javascript_Core
Revision
180527
Author
[email protected]
Date
2015-02-23 15:26:04 -0800 (Mon, 23 Feb 2015)

Log Message

Remove unused activationCount and allTheThingsCount variable declarations.

Rubber stamped by Mark Lam and Michael Saboff.

* runtime/JSLexicalEnvironment.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (180526 => 180527)


--- trunk/Source/_javascript_Core/ChangeLog	2015-02-23 23:18:29 UTC (rev 180526)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-02-23 23:26:04 UTC (rev 180527)
@@ -1,3 +1,11 @@
+2015-02-23  Filip Pizlo  <[email protected]>
+
+        Remove unused activationCount and allTheThingsCount variable declarations.
+
+        Rubber stamped by Mark Lam and Michael Saboff.
+
+        * runtime/JSLexicalEnvironment.h:
+
 2015-02-23  Saam Barati  <[email protected]>
 
         Adjust the ranges of basic block statements in JSC's control flow profiler to be mutually exclusive

Modified: trunk/Source/_javascript_Core/runtime/JSLexicalEnvironment.h (180526 => 180527)


--- trunk/Source/_javascript_Core/runtime/JSLexicalEnvironment.h	2015-02-23 23:18:29 UTC (rev 180526)
+++ trunk/Source/_javascript_Core/runtime/JSLexicalEnvironment.h	2015-02-23 23:26:04 UTC (rev 180527)
@@ -105,9 +105,6 @@
     WriteBarrier<Unknown>* storage(); // captureCount() number of registers.
 };
 
-extern int activationCount;
-extern int allTheThingsCount;
-
 inline JSLexicalEnvironment::JSLexicalEnvironment(VM& vm, CallFrame* callFrame, Register* registers, JSScope* currentScope, CodeBlock* codeBlock)
     : Base(
         vm,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to