Remove outdated methods

This commit is contained in:
Jakub Kadlčík
2016-11-09 05:50:20 +01:00
committed by Ralph Bean
parent 8ad0e6bea9
commit a625bc89a1

View File

@@ -824,12 +824,6 @@ class CoprModuleBuilder(GenericBuilder):
"""
pass
def buildroot_prep(self):
pass
def buildroot_resume(self):
pass
def buildroot_ready(self, artifacts=None):
"""
:param artifacts=None : a list of artifacts supposed to be in the buildroot
@@ -842,9 +836,6 @@ class CoprModuleBuilder(GenericBuilder):
"""
return True
def buildroot_add_dependency(self, dependencies):
pass
def buildroot_add_artifacts(self, artifacts, install=False):
"""
:param artifacts: list of artifacts to be available or installed