aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-10-11 19:12:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-01 21:30:54 +0000
commit49716a5e27e704598321bd6c82275b16afc444aa (patch)
tree3540cd405fb6f53c119c5991dbffdfb284c30255 /scripts/lib/recipetool
parent06d47777ed1650c479fadf98388f9a3a1f1f9eda (diff)
downloadopenembedded-core-contrib-49716a5e27e704598321bd6c82275b16afc444aa.tar.gz
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.py5
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