Index: src/ast.h |
diff --git a/src/ast.h b/src/ast.h |
index cc27c202f6abdedab3afd20e66ce2fd94c177c6d..0fe07e742cdbf3a15e40e8054a3a134b9f13a45f 100644 |
--- a/src/ast.h |
+++ b/src/ast.h |
@@ -1785,7 +1785,6 @@ class FunctionLiteral: public Expression { |
int end_position_; |
bool is_expression_; |
bool contains_loops_; |
- bool strict_mode_; |
Martin Maly
2011/04/07 10:07:07
Unused :( I moved it to scope and didn't remove fr
|
int function_token_position_; |
Handle<String> inferred_name_; |
bool pretenure_; |