diff options
author | Daan Leijen <daan@microsoft.com> | 2020-12-15 16:07:23 -0800 |
---|---|---|
committer | Daan Leijen <daan@microsoft.com> | 2020-12-15 16:07:23 -0800 |
commit | 3c70317393cceadef6f6385e379a80e6f2fb0d36 (patch) | |
tree | fb212d50070e4f793ad623ed494c1a4bab306f71 /include/mimalloc-internal.h | |
parent | b803095b83cce93ae6a1070cdee5ae1f939ff178 (diff) | |
parent | bb386025b5d6cbcccdeb77e213ba0076c410e1bb (diff) |
merge from dev
Diffstat (limited to 'include/mimalloc-internal.h')
-rw-r--r-- | include/mimalloc-internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mimalloc-internal.h b/include/mimalloc-internal.h index e8ebacd..7d78bf3 100644 --- a/include/mimalloc-internal.h +++ b/include/mimalloc-internal.h @@ -32,7 +32,6 @@ terms of the MIT license. A copy of the license can be found in the file #define mi_decl_cache_align #endif - // "options.c" void _mi_fputs(mi_output_fun* out, void* arg, const char* prefix, const char* message); void _mi_fprintf(mi_output_fun* out, void* arg, const char* fmt, ...); |