From fd8f3dce24949642b495d4de6f0234e3765b9d71 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 9 Nov 2024 23:51:18 +0100 Subject: Revert "WIP: disable FI_TLVLIST_DELETE_SET" This reverts commit 0d643d7e5e6e4e287943551f5937645e61757ef2. --- filter/f-inst.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/filter/f-inst.c b/filter/f-inst.c index d5037efa..df7ca7aa 100644 --- a/filter/f-inst.c +++ b/filter/f-inst.c @@ -1525,7 +1525,6 @@ RESULT(T_LCLIST, ad, [[ lclist_filter(fpool, v1.val.ad, &v2, 0) ]]); } -#if 0 INST(FI_TLVLIST_DELETE_SET, 2, 1) { ARG(1, T_TLVLIST); ARG(2, T_SET); @@ -1540,7 +1539,6 @@ runtime("FI_TLVLIST_DELETE_SET disabled"); #endif } -#endif INST(FI_PATH_FILTER_SET, 2, 1) { ARG(1, T_PATH); -- cgit v1.2.3