summaryrefslogtreecommitdiff
path: root/src/fspec/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fspec/memory.h')
-rw-r--r--src/fspec/memory.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/fspec/memory.h b/src/fspec/memory.h
deleted file mode 100644
index 768415a..0000000
--- a/src/fspec/memory.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-#include <stddef.h>
-
-struct fspec_mem {
- void *data;
- size_t len;
-};