Title: [196808] trunk/Source/_javascript_Core
- Revision
- 196808
- Author
- [email protected]
- Date
- 2016-02-19 02:17:20 -0800 (Fri, 19 Feb 2016)
Log Message
Remove unused SymbolTable::createNameScopeTable
https://bugs.webkit.org/show_bug.cgi?id=154443
Patch by Joseph Pecoraro <[email protected]> on 2016-02-19
Reviewed by Saam Barati.
* runtime/SymbolTable.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (196807 => 196808)
--- trunk/Source/_javascript_Core/ChangeLog 2016-02-19 09:29:44 UTC (rev 196807)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-02-19 10:17:20 UTC (rev 196808)
@@ -1,3 +1,12 @@
+2016-02-19 Joseph Pecoraro <[email protected]>
+
+ Remove unused SymbolTable::createNameScopeTable
+ https://bugs.webkit.org/show_bug.cgi?id=154443
+
+ Reviewed by Saam Barati.
+
+ * runtime/SymbolTable.h:
+
2016-02-18 Benjamin Poulain <[email protected]>
[JSC] Improve the instruction selection of Select
Modified: trunk/Source/_javascript_Core/runtime/SymbolTable.h (196807 => 196808)
--- trunk/Source/_javascript_Core/runtime/SymbolTable.h 2016-02-19 09:29:44 UTC (rev 196807)
+++ trunk/Source/_javascript_Core/runtime/SymbolTable.h 2016-02-19 10:17:20 UTC (rev 196808)
@@ -437,13 +437,6 @@
return symbolTable;
}
- static SymbolTable* createNameScopeTable(VM& vm, const Identifier& ident, unsigned attributes)
- {
- SymbolTable* result = create(vm);
- result->add(ident.impl(), SymbolTableEntry(VarOffset(ScopeOffset(0)), attributes));
- return result;
- }
-
static const bool needsDestruction = true;
static void destroy(JSCell*);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes