src/plugin.[ch]: Removed legacy function plugin_flush_one().
authorSebastian Harl <sh@tokkee.org>
Thu, 21 Aug 2008 08:54:43 +0000 (10:54 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 21 Aug 2008 09:12:59 +0000 (11:12 +0200)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/plugin.c
src/plugin.h

index 83ee8e6..c47e867 100644 (file)
@@ -709,12 +709,6 @@ int plugin_flush (const char *plugin, int timeout, const char *identifier)
   return (0);
 } /* int plugin_flush */
 
-/* FIXME: Remove this function once the perl plugin has been updated. */
-int plugin_flush_one (int timeout, const char *name)
-{
-  return (plugin_flush (name, timeout, NULL));
-} /* int plugin_flush_one */
-
 void plugin_shutdown_all (void)
 {
        int (*callback) (void);
index 3bf7e4c..f66ed3e 100644 (file)
@@ -179,7 +179,6 @@ void plugin_read_all (void);
 void plugin_shutdown_all (void);
 
 void plugin_flush_all (int timeout);
-int plugin_flush_one (int timeout, const char *name);
 int plugin_flush (const char *plugin, int timeout, const char *identifier);
 
 /*