Skip to content

Commit

Permalink
Remove unused variable in Ltest-nocalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
rantala committed Sep 28, 2012
1 parent e9f161a commit 249ff2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Ltest-nocalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 249ff2f

Please sign in to comment.