1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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 <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2015-10-11 19:12:56 +01:00
committed by Richard Purdie
parent 176211abeb
commit 3f46af2b19
5 changed files with 0 additions and 21 deletions
-5
View File
@@ -32,11 +32,6 @@ logger = logging.getLogger('recipetool')
tinfoil = None
def plugin_init(pluginlist):
# Don't need to do anything here right now, but plugins must have this function defined
pass
def tinfoil_init(instance):
global tinfoil
tinfoil = instance