diff options
author | Simon Glass <sjg@chromium.org> | 2014-08-09 15:33:04 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-08-13 08:34:15 -0600 |
commit | d3269ed380c50eeb5230de8ba1fd62fbe3cc263d (patch) | |
tree | 2c85c1c05e775747f8285ae90ef02c0d1c32841c /tools/buildman/test.py | |
parent | e5a0e5d84239c71a156a0a14d9332c5532f2411e (diff) |
buildman: Remove unused non-incremental build method code
The non-incremental build method is no longer used, so remove it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/test.py')
-rw-r--r-- | tools/buildman/test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/buildman/test.py b/tools/buildman/test.py index a724d8347a..502c9b4e80 100644 --- a/tools/buildman/test.py +++ b/tools/buildman/test.py @@ -136,7 +136,6 @@ class TestBuild(unittest.TestCase): build.do_make = self.Make board_selected = self.boards.GetSelectedDict() - #build.BuildCommits(self.commits, board_selected, False) build.BuildBoards(self.commits, board_selected, keep_outputs=False, verbose=False) build.SetDisplayOptions(show_errors=True); |