| Index: src/ast/scopeinfo.h
|
| diff --git a/src/ast/scopeinfo.h b/src/ast/scopeinfo.h
|
| deleted file mode 100644
|
| index 515c88b7de56634a7cf1ca498491295e199c33d5..0000000000000000000000000000000000000000
|
| --- a/src/ast/scopeinfo.h
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -// Copyright 2011 the V8 project authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef V8_AST_SCOPEINFO_H_
|
| -#define V8_AST_SCOPEINFO_H_
|
| -
|
| -#include "src/allocation.h"
|
| -#include "src/ast/modules.h"
|
| -#include "src/ast/variables.h"
|
| -
|
| -namespace v8 {
|
| -namespace internal {
|
| -
|
| -} // namespace internal
|
| -} // namespace v8
|
| -
|
| -#endif // V8_AST_SCOPEINFO_H_
|
|
|