summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/parse/parse_py/ConfHandler.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/parse/parse_py/ConfHandler.py b/bitbake/lib/bb/parse/parse_py/ConfHandler.py
index b895d5b5ef..810b6011cf 100644
--- a/bitbake/lib/bb/parse/parse_py/ConfHandler.py
+++ b/bitbake/lib/bb/parse/parse_py/ConfHandler.py
@@ -147,8 +147,6 @@ def handle(fn, data, include):
147 if oldfile: 147 if oldfile:
148 data.setVar('FILE', oldfile) 148 data.setVar('FILE', oldfile)
149 149
150 f.close()
151
152 for f in confFilters: 150 for f in confFilters:
153 f(fn, data) 151 f(fn, data)
154 152