From 715d3d48f962d17575ff9de0034f2ac89b59f975 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Wed, 26 Sep 2018 15:29:17 +0300 Subject: Goodbye C compiler, hello colm compiler --- src/fspec/memory.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/fspec/memory.h (limited to 'src/fspec/memory.h') 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 - -struct fspec_mem { - void *data; - size_t len; -}; -- cgit v1.2.3