diff options
author | Jason Evans <je@fb.com> | 2013-12-02 23:16:39 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2013-12-02 23:16:39 (GMT) |
commit | 52b30691f9a98fe7c8c59d587eb6285a3bacaabc (patch) | |
tree | 7796a6b45bb4bfb8ac699be0be4b70608eabeca9 /src/jemalloc.c | |
parent | addad093f887cecddd462b7130125a0e08060e1f (diff) | |
download | jemalloc-52b30691f9a98fe7c8c59d587eb6285a3bacaabc.zip jemalloc-52b30691f9a98fe7c8c59d587eb6285a3bacaabc.tar.gz jemalloc-52b30691f9a98fe7c8c59d587eb6285a3bacaabc.tar.bz2 |
Remove unused variable.
Diffstat (limited to 'src/jemalloc.c')
-rw-r--r-- | src/jemalloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jemalloc.c b/src/jemalloc.c index d1521ea..57a5e35 100644 --- a/src/jemalloc.c +++ b/src/jemalloc.c @@ -252,7 +252,6 @@ stats_print_atexit(void) static unsigned malloc_ncpus(void) { - unsigned ret; long result; #ifdef _WIN32 |