From ed30cf717eec21d1fd856dadfcd9eb87a68b935a Mon Sep 17 00:00:00 2001 From: Rachel Date: Fri, 20 Mar 2026 09:58:00 -0700 Subject: [PATCH] fix(preproc): Remove unused private field m_scriptData (#9581) --- tools/preproc/asm_file.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/preproc/asm_file.h b/tools/preproc/asm_file.h index fe75c1a939..0b25c7ad2b 100644 --- a/tools/preproc/asm_file.h +++ b/tools/preproc/asm_file.h @@ -72,7 +72,6 @@ private: long m_lineNum; long m_lineStart; std::string m_filename; - bool m_scriptData; bool ConsumeComma(); int ReadPadLength();