Index: src/compilation-cache.h |
=================================================================== |
--- src/compilation-cache.h (revision 1671) |
+++ src/compilation-cache.h (working copy) |
@@ -70,7 +70,6 @@ |
// Associate the (source, kind) pair to the boilerplate. This may |
// overwrite an existing mapping. |
static void PutScript(Handle<String> source, |
- Entry entry, |
Handle<JSFunction> boilerplate); |
// Associate the (source, context->closure()->shared(), kind) triple |