diff options
Diffstat (limited to 'bitbake/lib/bb/cache.py')
-rw-r--r-- | bitbake/lib/bb/cache.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index d4a16ad769..6c92a9363a 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/lib/bb/cache.py | |||
@@ -701,7 +701,6 @@ class CacheData(object): | |||
701 | self.ignored_dependencies = [] | 701 | self.ignored_dependencies = [] |
702 | self.world_target = set() | 702 | self.world_target = set() |
703 | self.bbfile_priority = {} | 703 | self.bbfile_priority = {} |
704 | self.bbfile_config_priorities = [] | ||
705 | 704 | ||
706 | def add_from_recipeinfo(self, fn, info_array): | 705 | def add_from_recipeinfo(self, fn, info_array): |
707 | for info in info_array: | 706 | for info in info_array: |