Index: sandbox/win/src/interception.cc |
diff --git a/sandbox/win/src/interception.cc b/sandbox/win/src/interception.cc |
index 60dd4400b8cfed24b08e971abef1c220d08678df..283c9422352a083cad14a0fdbfd0a38fffcf7704 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; |