| Index: src/compiler/typer.h
|
| diff --git a/src/compiler/typer.h b/src/compiler/typer.h
|
| index a288d060a6350fc74be513ac95dab6daaa049ecf..4c04ddb973b3404b85a2522fc9c75003041d0b10 100644
|
| --- a/src/compiler/typer.h
|
| +++ b/src/compiler/typer.h
|
| @@ -6,7 +6,6 @@
|
| #define V8_COMPILER_TYPER_H_
|
|
|
| #include "src/compiler/graph.h"
|
| -#include "src/compiler/opcodes.h"
|
| #include "src/types.h"
|
|
|
| namespace v8 {
|
| @@ -63,8 +62,6 @@ class Typer {
|
| Type* random_fun_;
|
| LazyTypeCache* cache_;
|
|
|
| - ZoneVector<double> weaken_min_limits_;
|
| - ZoneVector<double> weaken_max_limits_;
|
| DISALLOW_COPY_AND_ASSIGN(Typer);
|
| };
|
|
|
|
|