diff options
-rw-r--r-- | tests/Ltest-nocalloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Ltest-nocalloc.c b/tests/Ltest-nocalloc.c index ee5ddafb..155cce39 100644 --- a/tests/Ltest-nocalloc.c +++ b/tests/Ltest-nocalloc.c @@ -33,7 +33,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #define panic(args...) \ { fprintf (stderr, args); exit (-1); } -int verbose; int num_mallocs; int num_callocs; int in_unwind; |