diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2013-06-19 17:23:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-20 13:29:53 +0100 |
commit | 7d02de844c00d55189673a6eed9197bcbc5b2720 (patch) | |
tree | 647fcd9d8ba43100c40d25c659c07c328cc2d13f /bitbake/lib/bb/cooker.py | |
parent | 3a74f25cf161679fb61dbf782a74d7913e2e77e4 (diff) | |
download | poky-7d02de844c00d55189673a6eed9197bcbc5b2720.tar.gz |
bitbake: bitbake: remove the function for reparse because it does nothing
The command for reparse does nothing, so I have managed to remove it,
because it can be misleading. When a reparse is needed, it can be used
the parse function.
(Bitbake rev: 188eaba121789112ffeb1188f0984d23dfe8df4f)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index f375a6f581..e304d81c5a 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -1192,9 +1192,6 @@ class BBCooker: | |||
1192 | def stop(self): | 1192 | def stop(self): |
1193 | self.state = state.stop | 1193 | self.state = state.stop |
1194 | 1194 | ||
1195 | def reparseFiles(self): | ||
1196 | return | ||
1197 | |||
1198 | def initialize(self): | 1195 | def initialize(self): |
1199 | self.state = state.initial | 1196 | self.state = state.initial |
1200 | self.initConfigurationData() | 1197 | self.initConfigurationData() |