]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/stringpool.c
Split database into a writer and reader
[people/ms/libloc.git] / src / stringpool.c
index 27388cc12551bfd4231a095092b1beb09730fec2..4a0a46b06027120b21116428f389ac548b18216c 100644 (file)
@@ -234,8 +234,6 @@ LOC_EXPORT void loc_stringpool_dump(struct loc_stringpool* pool) {
        }
 }
 
        }
 }
 
-#include <assert.h>
-
 LOC_EXPORT int loc_stringpool_read(struct loc_stringpool* pool, FILE* f, off_t offset, size_t length) {
        DEBUG(pool->ctx, "Reading string pool from %zu (%zu bytes)\n", offset, length);
 
 LOC_EXPORT int loc_stringpool_read(struct loc_stringpool* pool, FILE* f, off_t offset, size_t length) {
        DEBUG(pool->ctx, "Reading string pool from %zu (%zu bytes)\n", offset, length);