diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 3b4eae8c4c..8ac88b99a4 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -191,10 +191,6 @@ class BBCooker: | |||
| 191 | 191 | ||
| 192 | logger.plain("%-35s %25s %25s", p, lateststr, prefstr) | 192 | logger.plain("%-35s %25s %25s", p, lateststr, prefstr) |
| 193 | 193 | ||
| 194 | def compareRevisions(self): | ||
| 195 | ret = bb.fetch.fetcher_compare_revisons(self.configuration.data) | ||
| 196 | bb.event.fire(bb.command.CookerCommandSetExitCode(ret), self.configuration.event_data) | ||
| 197 | |||
| 198 | def showEnvironment(self, buildfile = None, pkgs_to_build = []): | 194 | def showEnvironment(self, buildfile = None, pkgs_to_build = []): |
| 199 | """ | 195 | """ |
| 200 | Show the outer or per-package environment | 196 | Show the outer or per-package environment |
