* alloc.c (emacs_blocked_malloc): Remove redundant MALLOC_PROBE.
This commit is contained in:
parent
0efc778b80
commit
0970d85fef
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-09-15 Tomohiro Matsuyama <tomo@cx4a.org>
|
||||
|
||||
* alloc.c (emacs_blocked_malloc): Remove redundant MALLOC_PROBE.
|
||||
|
||||
2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* alloc.c: Use bool for booleans.
|
||||
|
|
|
@ -1346,8 +1346,6 @@ emacs_blocked_malloc (size_t size, const void *ptr)
|
|||
__malloc_hook = emacs_blocked_malloc;
|
||||
UNBLOCK_INPUT_ALLOC;
|
||||
|
||||
MALLOC_PROBE (size);
|
||||
|
||||
/* fprintf (stderr, "%p malloc\n", value); */
|
||||
return value;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue