From: Daniel P. Berrange Date: Fri, 7 Mar 2014 16:51:54 +0000 (+0000) Subject: Remove decl of method which doesn't exist in virebtables.h X-Git-Tag: v1.2.3-rc1~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=184d4646611b3769d62e828e0cd73f153c7bd53c;p=thirdparty%2Flibvirt.git Remove decl of method which doesn't exist in virebtables.h There is no impl of the ebtablesSaveRules method and nothing attempts to use it. Signed-off-by: Daniel P. Berrange --- diff --git a/src/util/virebtables.h b/src/util/virebtables.h index 2b6f1dde4b..53b8e4895a 100644 --- a/src/util/virebtables.h +++ b/src/util/virebtables.h @@ -50,8 +50,6 @@ typedef struct _ebtablesContext ebtablesContext; ebtablesContext *ebtablesContextNew (const char *driver); void ebtablesContextFree (ebtablesContext *ctx); -void ebtablesSaveRules (ebtablesContext *ctx); - int ebtablesAddForwardAllowIn (ebtablesContext *ctx, const char *iface, const virMacAddr *mac);