From 15776cf22182e74d8546849780ec0cf61b96ca95 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 26 Oct 2017 15:08:07 -0400 Subject: Remove g_pClassName This CL removes the g_pClassName static member and uses the string directly where needed. Change-Id: I47f61442ced2ee1d6a607fb1a7d9bcaf000b8ee2 Reviewed-on: https://pdfium-review.googlesource.com/16931 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- fpdfsdk/javascript/report.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fpdfsdk/javascript/report.h') 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 pObject) : CJS_Object(pObject) {} ~CJS_Report() override {} - static const char* g_pClassName; static int g_nObjDefnID; static JSMethodSpec MethodSpecs[]; -- cgit v1.2.3