1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-27 08:59:28 +02:00

Remove unused variable in Ltest-nocalloc

This commit is contained in:
Tommi Rantala 2012-09-21 09:21:29 +03:00
parent e9f161a677
commit 249ff2f840

View file

@ -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;