diff options
Diffstat (limited to 'deps/v8/src/mksnapshot.cc')
-rw-r--r-- | deps/v8/src/mksnapshot.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/deps/v8/src/mksnapshot.cc b/deps/v8/src/mksnapshot.cc index 4f5fe96a90..a791dbba28 100644 --- a/deps/v8/src/mksnapshot.cc +++ b/deps/v8/src/mksnapshot.cc @@ -29,8 +29,6 @@ #include <bzlib.h> #endif #include <signal.h> -#include <string> -#include <map> #include "v8.h" @@ -86,16 +84,6 @@ class CounterCollection { }; -// We statically allocate a set of local counters to be used if we -// don't want to store the stats in a memory-mapped file -static CounterCollection local_counters; - - -typedef std::map<std::string, int*> CounterMap; -typedef std::map<std::string, int*>::iterator CounterMapIterator; -static CounterMap counter_table_; - - class Compressor { public: virtual ~Compressor() {} |