summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/f-inst.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/f-inst.c b/filter/f-inst.c
index b26facb0..cebdafa0 100644
--- a/filter/f-inst.c
+++ b/filter/f-inst.c
@@ -1460,6 +1460,7 @@
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);
@@ -1474,6 +1475,7 @@
runtime("FI_TLVLIST_DELETE_SET disabled");
#endif
}
+#endif
INST(FI_PATH_FILTER_SET, 2, 1) {
ARG(1, T_PATH);