[libvirt PATCH 4/5] nwfilter: remove decl of virNWFilterCreateVarHashmap

Daniel P. Berrangé berrange at redhat.com
Fri Feb 25 15:30:52 UTC 2022


This method doesn't exist since

  commit d1a7c08eb145d8b9d9c4a268f4ffff3b1590049a
  Author: Daniel P. Berrangé <berrange at redhat.com>
  Date:   Thu Apr 26 12:26:51 2018 +0100

    nwfilter: convert the gentech driver code to use virNWFilterBindingDefPtr

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 src/nwfilter/nwfilter_gentech_driver.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/nwfilter/nwfilter_gentech_driver.h b/src/nwfilter/nwfilter_gentech_driver.h
index 56d1d7a80a..74f8a4496b 100644
--- a/src/nwfilter/nwfilter_gentech_driver.h
+++ b/src/nwfilter/nwfilter_gentech_driver.h
@@ -49,8 +49,5 @@ int virNWFilterInstantiateFilterLate(virNWFilterDriverState *driver,
 
 int virNWFilterTeardownFilter(virNWFilterBindingDef *binding);
 
-GHashTable *virNWFilterCreateVarHashmap(const char *macaddr,
-                                            const virNWFilterVarValue *value);
-
 int virNWFilterBuildAll(virNWFilterDriverState *driver,
                         bool newFilters);
-- 
2.35.1




More information about the libvir-list mailing list