diff options
Diffstat (limited to 'scripts/Dependencies.py')
-rw-r--r-- | scripts/Dependencies.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Dependencies.py b/scripts/Dependencies.py index c9f85db02..135c57ac8 100644 --- a/scripts/Dependencies.py +++ b/scripts/Dependencies.py @@ -111,7 +111,6 @@ def ExtractDependencies(input): for line in input: headersLine = line.startswith(" ") or line.startswith("\t") line = line.strip() - isContinued = line.endswith("\\") line = line.rstrip("\\ ") fileNames = line.strip().split(" ") if not headersLine: |