cleanup unuse functions

This commit is contained in:
lxsang 2021-10-08 23:35:02 +02:00
parent 818142612a
commit 2d2ac4f1da
2 changed files with 0 additions and 5 deletions

Binary file not shown.

View File

@ -58,11 +58,6 @@ typedef struct{
const char* ext; const char* ext;
} mime_t; } mime_t;
void __attribute__((weak)) error_log(const char*, ...);
#ifdef DEBUG
void __attribute__((weak)) server_log(const char*, ...);
#endif
dictionary_t __attribute__((weak)) mimes_list(); dictionary_t __attribute__((weak)) mimes_list();
char* __s(const char*,...); char* __s(const char*,...);
void trim(char*,const char); void trim(char*,const char);