Improve waf -v speed in verbose mode #1950

This commit is contained in:
Thomas Nagy 2017-04-23 19:10:12 +02:00
parent 008c9016a8
commit f2366e8c93
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 0 additions and 3 deletions

View File

@ -1004,9 +1004,6 @@ class c_parser(object):
continue
try:
ve = Logs.verbose
if ve:
Logs.debug('preproc: line is %s - %s state is %s', token, line, self.state)
state = self.state
# make certain we define the state if we are about to enter in an if block