diff options
author | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2024-10-08 14:17:38 (GMT) |
---|---|---|
committer | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2024-10-08 14:17:38 (GMT) |
commit | c255a95fa04015c7c5db3aa60697630c4633e4af (patch) | |
tree | 3df6237a2e333e9ac69cc92cc3d77cd67d57b580 /SCons | |
parent | a9a2f61db996f7fa090c136e2f763bb87373845c (diff) | |
download | SCons-c255a95fa04015c7c5db3aa60697630c4633e4af.zip SCons-c255a95fa04015c7c5db3aa60697630c4633e4af.tar.gz SCons-c255a95fa04015c7c5db3aa60697630c4633e4af.tar.bz2 |
Remove unused MSCommonLogFile warning.
Diffstat (limited to 'SCons')
-rw-r--r-- | SCons/Tool/MSCommon/common.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/SCons/Tool/MSCommon/common.py b/SCons/Tool/MSCommon/common.py index eebf4c6..5f01105 100644 --- a/SCons/Tool/MSCommon/common.py +++ b/SCons/Tool/MSCommon/common.py @@ -41,9 +41,6 @@ import SCons.Warnings class MSVCCacheInvalidWarning(SCons.Warnings.WarningOnByDefault): pass -class MSCommonLogFileWarning(SCons.Warnings.WarningOnByDefault): - pass - def _check_logfile(logfile): if logfile and '"' in logfile: err_msg = ( |