aboutsummaryrefslogtreecommitdiff
path: root/inc/map.h
diff options
context:
space:
mode:
authorMarvin Borner2023-06-01 17:33:56 +0200
committerMarvin Borner2023-06-01 17:33:56 +0200
commitc062eaeea09592cbdf7e5d732e992d0cdd8eedc5 (patch)
tree23cdfd41e6a492338c9f902b3a2206a642746530 /inc/map.h
parentccd4914d395b5a588868cffaad580c29167e6747 (diff)
More scheduling
Diffstat (limited to 'inc/map.h')
-rw-r--r--inc/map.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/map.h b/inc/map.h
index c66f850..3759a27 100644
--- a/inc/map.h
+++ b/inc/map.h
@@ -15,7 +15,5 @@ void map_delete(struct hashmap *map, struct term *term);
void map_initialize(void);
void map_destroy(struct hashmap *map);
void map_dump(struct hashmap *map); // TODO: remove
-struct pqueue *map_to_pqueue(struct hashmap *map, pqueue_cmp_pri_f cmppri,
- pqueue_get_pri_f getpri, pqueue_set_pos_f set_pos);
#endif