From ec0cfdc492065dcce687797d3a931af105a461c8 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Fri, 6 Jun 2025 13:42:25 -0500 Subject: Get rid of useless ll-internal files --- src/ll-internal.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/ll-internal.h (limited to 'src/ll-internal.h') diff --git a/src/ll-internal.h b/src/ll-internal.h deleted file mode 100644 index e829669..0000000 --- a/src/ll-internal.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef __VXGG_REWRITE___LL_INTERNAL_H___21242172227746___ -#define __VXGG_REWRITE___LL_INTERNAL_H___21242172227746___ - -#define __VXGG_REWRITE___LL_INTERNAL___ 1 -#include "ll.h" -#undef __VXGG_REWRITE___LL_INTERNAL___ - -typedef struct dll { - void *data; - dll_freecb freecb; - - struct dll *next; - struct dll *prev; - -} dllnode; -typedef struct dlinked { - int size; - dllnode *start; - dllnode *end; - -} dlinkedlist; - -dllnode * dllnode_init(void *data, dll_freecb fcb); - -// Note: This file exists because I want to reuse dlinkedlist's definitions from threadpool to create a concurrent queue without -// sacrificing the opaqueness of the definition - -#endif \ No newline at end of file -- cgit v1.2.3