aboutsummaryrefslogtreecommitdiff
path: root/scripts/check-includes.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-includes.py')
-rwxr-xr-xscripts/check-includes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/check-includes.py b/scripts/check-includes.py
index 735fb393dd..ed1fe407c5 100755
--- a/scripts/check-includes.py
+++ b/scripts/check-includes.py
@@ -22,8 +22,6 @@ def main(argv):
args = argparser.parse_args(argv)
with args.file:
- include_dirs = []
-
iwyu = Popen(['include-what-you-use', '-xc'] + args.iwyu_args + ['/dev/stdin'],
stdin=PIPE, stdout=PIPE, stderr=PIPE)