commit | a90ca44bd4a4c38ee3da0f5d2447ef4b52a05e2d | [log] [tgz] |
---|---|---|
author | Thomas Klausner <tk@giga.or.at> | Tue Nov 10 14:36:05 2015 +0100 |
committer | Thomas Klausner <tk@giga.or.at> | Tue Nov 10 14:36:05 2015 +0100 |
tree | 5d132f0adf46649c4014b39f05395df530b8a432 | |
parent | f7a60d0c4ff25e5f2082a51d7a740dcf1adc53f4 [diff] |
Remove unused variable.
diff --git a/regress/malloc.c b/regress/malloc.c index 2bdd34b..46f9a6c 100644 --- a/regress/malloc.c +++ b/regress/malloc.c
@@ -47,7 +47,6 @@ static void *(*real_calloc)(size_t number, size_t size) = NULL; static void *(*real_realloc)(void *ptr, size_t size) = NULL; -static FILE *log; static const char *myname = NULL; // TODO: add sentinel -- check if particular size is malloced before doing other stuff