diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c index f3140da1ddc..3497234234d 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1179,8 +1179,6 @@ emacs_blocked_free (ptr, ptr2) | |||
| 1179 | void *ptr; | 1179 | void *ptr; |
| 1180 | const void *ptr2; | 1180 | const void *ptr2; |
| 1181 | { | 1181 | { |
| 1182 | EMACS_INT bytes_used_now; | ||
| 1183 | |||
| 1184 | BLOCK_INPUT_ALLOC; | 1182 | BLOCK_INPUT_ALLOC; |
| 1185 | 1183 | ||
| 1186 | #ifdef GC_MALLOC_CHECK | 1184 | #ifdef GC_MALLOC_CHECK |