This debug print should not have made it in, and now removed
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3231 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -94,8 +94,6 @@ HRealloc (void *p, int size)
|
||||
explode ();
|
||||
}
|
||||
|
||||
fprintf (stderr, "HRealloc(): reallocing %p to %d\n", p, size);
|
||||
|
||||
p = realloc (p, size);
|
||||
if (!p && size > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user