aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/util.h b/util.h
index 6ede992d..ea7e5217 100644
--- a/util.h
+++ b/util.h
@@ -62,18 +62,6 @@ typedef struct priority_queue
priority_queue_t;
/**
- Linked list node.
-*/
-typedef struct _ll_node
-{
- /** Next node */
- struct _ll_node *next, /** Previous node */ *prev;
- /** Node data */
- void *data;
-}
-ll_node_t;
-
-/**
Buffer for concatenating arbitrary data.
*/
typedef struct buffer