From cab08b7e3fcbec061c12b842cf66a8e7d22b11d3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 21 Apr 2017 16:48:09 +0200 Subject: Delete some more unused files --- strstorage.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 strstorage.h (limited to 'strstorage.h') diff --git a/strstorage.h b/strstorage.h deleted file mode 100644 index c1837ac..0000000 --- a/strstorage.h +++ /dev/null @@ -1,6 +0,0 @@ -/* provide a string allocator. It is add-only, you can't free a string - * later. On the plus side, the allocation overhead is close to zero. - * Will return a pointer to the stored copy of the string. */ - -const char* strstorage_add(const char* s,size_t n); - -- cgit v1.2.3-55-g7522