From 39830fea86ebe83ff880879b6ff8c75d9fe51d50 Mon Sep 17 00:00:00 2001
From: Per Hedbor <ph@opera.com>
Date: Wed, 8 Oct 2014 16:20:40 +0200
Subject: [PATCH] PIKE_NEW_MULTISETS is anything but. Also, it is not used

---
 src/multiset.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/multiset.h b/src/multiset.h
index c6d37788aa..f25c294936 100644
--- a/src/multiset.h
+++ b/src/multiset.h
@@ -18,9 +18,6 @@
 #include "dmalloc.h"
 #include "rbtree.h"
 
-/* Keep this defined so that code can test which multiset API is in use. */
-#define PIKE_NEW_MULTISETS
-
 /* Note: Don't access the ind svalue (or at least not its type field)
  * in the following directly, since the rbtree flags overlay that. Use
  * assign_multiset_index_no_free() or similar instead. */
-- 
GitLab