diff options
Diffstat (limited to 'scripts/lib/devtool/build.py')
-rw-r--r-- | scripts/lib/devtool/build.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/lib/devtool/build.py b/scripts/lib/devtool/build.py index 9b58858a62..62d8599aeb 100644 --- a/scripts/lib/devtool/build.py +++ b/scripts/lib/devtool/build.py | |||
@@ -25,10 +25,6 @@ from devtool import exec_build_env_command, check_workspace_recipe, DevtoolError | |||
25 | 25 | ||
26 | logger = logging.getLogger('devtool') | 26 | logger = logging.getLogger('devtool') |
27 | 27 | ||
28 | def plugin_init(pluginlist): | ||
29 | """Plugin initialization""" | ||
30 | pass | ||
31 | |||
32 | def _create_conf_file(values, conf_file=None): | 28 | def _create_conf_file(values, conf_file=None): |
33 | if not conf_file: | 29 | if not conf_file: |
34 | fd, conf_file = tempfile.mkstemp(suffix='.conf') | 30 | fd, conf_file = tempfile.mkstemp(suffix='.conf') |