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.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/parse/parse_py/BBHandler.py b/bitbake/lib/bb/parse/parse_py/BBHandler.py
index f89ad24273..e5039e3bd1 100644
--- a/bitbake/lib/bb/parse/parse_py/BBHandler.py
+++ b/bitbake/lib/bb/parse/parse_py/BBHandler.py
@@ -131,9 +131,6 @@ def handle(fn, d, include):
131 131
132 abs_fn = resolve_file(fn, d) 132 abs_fn = resolve_file(fn, d)
133 133
134 if include:
135 bb.parse.mark_dependency(d, abs_fn)
136
137 # actual loading 134 # actual loading
138 statements = get_statements(fn, abs_fn, base_name) 135 statements = get_statements(fn, abs_fn, base_name)
139 136