summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-05-16 17:51:32 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-05-16 17:51:32 +0000
commit2be77a455df631ecbb5fbcc3f763bc606d7236f3 (patch)
tree8d3e6f5851e293951158aec913340d612719d850
parent7675a246431600fb26d430fcd29503d8b48fe8e1 (diff)
downloadpdfium-2be77a455df631ecbb5fbcc3f763bc606d7236f3.tar.xz
Remove two unused #defines in cjs_globaldata.cpp.
Bug: pdfium:1085 Change-Id: I121152527333e143d23e7cb852c8c1a745026453 Reviewed-on: https://pdfium-review.googlesource.com/32618 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
-rw-r--r--fxjs/cjs_globaldata.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/fxjs/cjs_globaldata.cpp b/fxjs/cjs_globaldata.cpp
index 29db2debf8..59ada3b8d1 100644
--- a/fxjs/cjs_globaldata.cpp
+++ b/fxjs/cjs_globaldata.cpp
@@ -13,9 +13,6 @@
#include "third_party/base/stl_util.h"
#define JS_MAXGLOBALDATA (1024 * 4 - 8)
-
-#define READER_JS_GLOBALDATA_FILENAME L"Reader_JsGlobal.Data"
-#define PHANTOM_JS_GLOBALDATA_FILENAME L"Phantom_JsGlobal.Data"
#define SDK_JS_GLOBALDATA_FILENAME L"SDK_JsGlobal.Data"
namespace {