mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Remove unused variable in Ltest-nocalloc
This commit is contained in:
parent
e9f161a677
commit
249ff2f840
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
#define panic(args...) \
|
#define panic(args...) \
|
||||||
{ fprintf (stderr, args); exit (-1); }
|
{ fprintf (stderr, args); exit (-1); }
|
||||||
|
|
||||||
int verbose;
|
|
||||||
int num_mallocs;
|
int num_mallocs;
|
||||||
int num_callocs;
|
int num_callocs;
|
||||||
int in_unwind;
|
int in_unwind;
|
||||||
|
|
Loading…
Reference in a new issue