From 43e81343caba072317c0141ef30fc75b3cedab0f Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 6 May 2021 14:20:14 +1000 Subject: Remove dead code and imports as found by Vulture. https://github.com/jendrikseipp/vulture --- scripts/Dependencies.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/Dependencies.py') 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: -- cgit v1.2.3