diff options
Diffstat (limited to 'src/system.h')
-rw-r--r-- | src/system.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 <stdint.h> #include <stdio.h> -/// 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* |