summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py/BBHandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py/BBHandler.py')
-rw-r--r--bitbake/lib/bb/parse/parse_py/BBHandler.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/bb/parse/parse_py/BBHandler.py b/bitbake/lib/bb/parse/parse_py/BBHandler.py
index 81fb8d3adf..2aba9a09f3 100644
--- a/bitbake/lib/bb/parse/parse_py/BBHandler.py
+++ b/bitbake/lib/bb/parse/parse_py/BBHandler.py
@@ -166,10 +166,6 @@ def handle(fn, d, include):
166 if oldfile: 166 if oldfile:
167 d.setVar("FILE", oldfile) 167 d.setVar("FILE", oldfile)
168 168
169 # we have parsed the bb class now
170 if ext == ".bbclass" or ext == ".inc":
171 bb.methodpool.set_parsed_module(base_name)
172
173 return d 169 return d
174 170
175def feeder(lineno, s, fn, root, statements): 171def feeder(lineno, s, fn, root, statements):