| Index: src/mksnapshot.cc
|
| diff --git a/src/mksnapshot.cc b/src/mksnapshot.cc
|
| index 5ee9511d195ed911651300969a22970ad85068f2..166f4ffeb372479802ffc0d909d46bdabf81a715 100644
|
| --- a/src/mksnapshot.cc
|
| +++ b/src/mksnapshot.cc
|
| @@ -38,14 +38,6 @@
|
| #include "platform.h"
|
| #include "serialize.h"
|
|
|
| -DEFINE_bool(h, false, "print this message");
|
| -
|
| -namespace v8 { namespace internal {
|
| -#ifdef ENABLE_LOGGING_AND_PROFILING
|
| - DECLARE_bool(log_code);
|
| -#endif
|
| -} }
|
| -
|
| // use explicit namespace to avoid clashing with types in namespace v8
|
| namespace i = v8::internal;
|
| using namespace v8;
|
|
|