From d053b8e6cfc2932166c98487cb8654164abab66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 25 Feb 2022 14:21:56 +0000 Subject: [PATCH] nwfilter: remove decl of virNWFilterCreateVarHashmap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This method doesn't exist since commit d1a7c08eb145d8b9d9c4a268f4ffff3b1590049a Author: Daniel P. Berrangé Date: Thu Apr 26 12:26:51 2018 +0100 nwfilter: convert the gentech driver code to use virNWFilterBindingDefPtr Reviewed-by: Laine Stump Signed-off-by: Daniel P. Berrangé --- 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);