RS=Weinig
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28857
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-19 Oliver Hunt <oliver@apple.com>
+
+ Make appendToVarDeclarationList static
+
+ RS=Weinig.
+
+ * kjs/grammar.y:
+
2007-12-18 Oliver Hunt <oliver@apple.com>
Remove dead code due to removal of post-parse declaration discovery.
return decls1;
}
-void appendToVarDeclarationList(ParserRefCountedData<DeclarationStacks::VarStack>*& varDecls, VarDeclNode* decl)
+static void appendToVarDeclarationList(ParserRefCountedData<DeclarationStacks::VarStack>*& varDecls, VarDeclNode* decl)
{
if (!varDecls)
varDecls = new ParserRefCountedData<DeclarationStacks::VarStack>;