aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/HeaderCheck.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-05-06 14:20:14 +1000
committerNeil <nyamatongwe@gmail.com>2021-05-06 14:20:14 +1000
commit43e81343caba072317c0141ef30fc75b3cedab0f (patch)
tree65452b2c82acede81e173b4538ade9da9a89e277 /scripts/HeaderCheck.py
parent4c8fd05007555bca62f5b4647395a8669f9f4e78 (diff)
downloadscintilla-mirror-43e81343caba072317c0141ef30fc75b3cedab0f.tar.gz
Remove dead code and imports as found by Vulture.
https://github.com/jendrikseipp/vulture
Diffstat (limited to 'scripts/HeaderCheck.py')
-rw-r--r--scripts/HeaderCheck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/HeaderCheck.py b/scripts/HeaderCheck.py
index afa996384..e24cfa1a9 100644
--- a/scripts/HeaderCheck.py
+++ b/scripts/HeaderCheck.py
@@ -53,7 +53,6 @@ def CheckFiles(headerOrderTxt):
for f in orderedPaths:
#~ print(" File ", f.relative_to(root))
incs = ExtractHeaders(f)
- news = set(incs) - set(headerOrder)
allIncs = allIncs.union(set(incs))
m = 0