Skip to content

Commit

Permalink
deb_autopkg: builder: drop unused function
Browse files Browse the repository at this point in the history
The function Builder::build_all() is unused and broken.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
  • Loading branch information
metux committed Sep 7, 2023
1 parent 510255a commit 2fad840
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deb_autopkg/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,3 @@ def deploy_pool(self, name):
if pool is None:
raise SpecError("undefined pool: "+name)
return self._run(pool_deploy.alloc(self.conf, self.conf.get_pool(name)))

def build_all(self):
return self._run(build_all.alloc(self.conf))

0 comments on commit 2fad840

Please sign in to comment.