From fd276bcf70bad4520ca1d6f3c73f88073b3b58cf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 Nov 2020 10:52:56 +0100 Subject: Move fopen wrapper to world --- src/system.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/system.h') diff --git a/src/system.h b/src/system.h index 66546d6e..a5fb7459 100644 --- a/src/system.h +++ b/src/system.h @@ -22,10 +22,6 @@ #include #include -/// Open a file configured for fast sequential reading -FILE* -serd_fopen(const char* path, const char* mode); - /// Allocate a buffer aligned to `alignment` bytes SERD_I_MALLOC_FUNC void* -- cgit v1.2.1