summaryrefslogtreecommitdiffstats
path: root/src/mksnapshot.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mksnapshot.cc')
-rw-r--r--src/mksnapshot.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mksnapshot.cc b/src/mksnapshot.cc
index 4f5fe96a..a791dbba 100644
--- a/src/mksnapshot.cc
+++ b/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() {}