Skip to content

Commit

Permalink
Remove unused MSCommonLogFile warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrill committed Oct 8, 2024
1 parent a9a2f61 commit c255a95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SCons/Tool/MSCommon/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
class MSVCCacheInvalidWarning(SCons.Warnings.WarningOnByDefault):
pass

class MSCommonLogFileWarning(SCons.Warnings.WarningOnByDefault):
pass

def _check_logfile(logfile):
if logfile and '"' in logfile:
err_msg = (
Expand Down

0 comments on commit c255a95

Please sign in to comment.