diff options
Diffstat (limited to 'fpdfsdk/javascript/report.h')
-rw-r--r-- | fpdfsdk/javascript/report.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/report.h b/fpdfsdk/javascript/report.h index 13a6718297..51798e6bcb 100644 --- a/fpdfsdk/javascript/report.h +++ b/fpdfsdk/javascript/report.h @@ -28,7 +28,6 @@ class CJS_Report : public CJS_Object { explicit CJS_Report(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} ~CJS_Report() override {} - static const char* g_pClassName; static int g_nObjDefnID; static JSMethodSpec MethodSpecs[]; |