[libvirt] [PATCH 2/8] Remove decl of method which doesn't exist in virebtables.h

Daniel P. Berrange berrange at redhat.com
Mon Mar 10 13:29:12 UTC 2014


There is no impl of the ebtablesSaveRules method and nothing
attempts to use it.

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 src/util/virebtables.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/util/virebtables.h b/src/util/virebtables.h
index c0d443d..91ef8b5 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);
-- 
1.8.5.3




More information about the libvir-list mailing list