Index: src/ast/variables.cc |
diff --git a/src/ast/variables.cc b/src/ast/variables.cc |
index 8e007823863aea9e403252fa891b59866b708929..7b9a5d2957bc20fc89a26ce4f651aac7520c91dc 100644 |
--- a/src/ast/variables.cc |
+++ b/src/ast/variables.cc |
@@ -40,9 +40,6 @@ Variable::Variable(Scope* scope, const AstRawString* name, VariableMode mode, |
location_(VariableLocation::UNALLOCATED), |
index_(-1), |
initializer_position_(RelocInfo::kNoPosition), |
- has_strong_mode_reference_(false), |
- strong_mode_reference_start_position_(RelocInfo::kNoPosition), |
- strong_mode_reference_end_position_(RelocInfo::kNoPosition), |
local_if_not_shadowed_(NULL), |
is_from_eval_(false), |
force_context_allocation_(false), |