fix(preproc): Remove unused private field m_scriptData (#9581)

This commit is contained in:
Rachel 2026-03-20 09:58:00 -07:00 committed by GitHub
parent 57f23799fa
commit ed30cf717e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,6 @@ private:
long m_lineNum;
long m_lineStart;
std::string m_filename;
bool m_scriptData;
bool ConsumeComma();
int ReadPadLength();