config: Remove dead code
Not used anywhere, dates back to dynamic configs. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
1dfb4ebb06
commit
b2af1bcfe7
@ -169,9 +169,3 @@ class Config:
|
||||
for i in
|
||||
self.get_bitbake_targets()
|
||||
if i.startswith('multiconfig')))
|
||||
|
||||
def get_gitlabci_config(self):
|
||||
"""
|
||||
Returns the GitlabCI configuration
|
||||
"""
|
||||
return self._config.get('gitlabci_config', '')
|
||||
|
Loading…
Reference in New Issue
Block a user