diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-10-11 19:12:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:30:54 +0000 |
commit | 49716a5e27e704598321bd6c82275b16afc444aa (patch) | |
tree | 3540cd405fb6f53c119c5991dbffdfb284c30255 /scripts/lib/recipetool | |
parent | 06d47777ed1650c479fadf98388f9a3a1f1f9eda (diff) | |
download | openembedded-core-49716a5e27e704598321bd6c82275b16afc444aa.tar.gz openembedded-core-49716a5e27e704598321bd6c82275b16afc444aa.tar.bz2 openembedded-core-49716a5e27e704598321bd6c82275b16afc444aa.zip |
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/recipetool')
-rw-r--r-- | scripts/lib/recipetool/newappend.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/lib/recipetool/newappend.py b/scripts/lib/recipetool/newappend.py index 77b74cb730..4eeac0e943 100644 --- a/scripts/lib/recipetool/newappend.py +++ b/scripts/lib/recipetool/newappend.py @@ -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 |