summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src/interception.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/win/src/interception.cc')
-rw-r--r--sandbox/win/src/interception.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/sandbox/win/src/interception.cc b/sandbox/win/src/interception.cc
index 60dd440..283c942 100644
--- a/sandbox/win/src/interception.cc
+++ b/sandbox/win/src/interception.cc
@@ -24,9 +24,6 @@
namespace {
-const char kMapViewOfSectionName[] = "NtMapViewOfSection";
-const char kUnmapViewOfSectionName[] = "NtUnmapViewOfSection";
-
// Standard allocation granularity and page size for Windows.
const size_t kAllocGranularity = 65536;
const size_t kPageSize = 4096;