summaryrefslogtreecommitdiff
path: root/sets.h
diff options
context:
space:
mode:
Diffstat (limited to 'sets.h')
-rw-r--r--sets.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sets.h b/sets.h
index 9082ae2..cb56578 100644
--- a/sets.h
+++ b/sets.h
@@ -34,11 +34,6 @@ typedef struct {
typedef t_set_descriptor *set;
#endif
-#ifdef TREAPS
-// TODO
-typedef void* set;
-#endif
-
set empty_set(int size);
set full_set(int size); // set containing all elements from 0 to n-1