summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-04-12 15:18:11 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-04-12 15:18:11 -0400
commit3f80b6f659fe7480e537246ea79fbf6a0ec43031 (patch)
tree1d2bb4e4a75845071f690016522144f2f917c63f /types.h
parent17da3317f2725e454f5dfdcec307b59e57f4df4f (diff)
fixed could not open file error message
Diffstat (limited to 'types.h')
-rw-r--r--types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/types.h b/types.h
index d9fc550..1a61450 100644
--- a/types.h
+++ b/types.h
@@ -130,11 +130,6 @@ typedef struct Allocator {
Page *last;
} Allocator;
-typedef struct ArrBlock {
- void *data;
- size_t n; /* number of things in this block so far */
-} ArrBlock;
-
/* initialize to 0 */
typedef struct HashTable {
void *data;