From 3f46af2b1923cbfd3af0b8ce3c360eb34f316dfc Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 11 Oct 2015 19:12:56 +0100 Subject: devtool: drop unused plugin_init() functions This function is no longer required to be defined for a plugin, so drop it where it's a no-op. (From OE-Core rev: 49716a5e27e704598321bd6c82275b16afc444aa) Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/lib/devtool/package.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/lib/devtool/package.py') diff --git a/scripts/lib/devtool/package.py b/scripts/lib/devtool/package.py index 53d3dc7a38..a296fce9b1 100644 --- a/scripts/lib/devtool/package.py +++ b/scripts/lib/devtool/package.py @@ -24,10 +24,6 @@ from devtool import exec_build_env_command, setup_tinfoil, check_workspace_recip logger = logging.getLogger('devtool') -def plugin_init(pluginlist): - """Plugin initialization""" - pass - def package(args, config, basepath, workspace): """Entry point for the devtool 'package' subcommand""" check_workspace_recipe(workspace, args.recipename) -- cgit v1.2.3-54-g00ecf