Chromium Code Reviews| Index: src/variables.cc |
| diff --git a/src/variables.cc b/src/variables.cc |
| index aa6a010facd979a9912b25b90e72c6e9feceabae..a636bdad38f13074934649f6fc759fcca4fca050 100644 |
| --- a/src/variables.cc |
| +++ b/src/variables.cc |
| @@ -66,7 +66,6 @@ Variable::Variable(Scope* scope, |
| kind_(kind), |
| location_(UNALLOCATED), |
| index_(-1), |
| - initializer_position_(RelocInfo::kNoPosition), |
| local_if_not_shadowed_(NULL), |
| is_valid_LHS_(is_valid_LHS), |
| force_context_allocation_(false), |