[chocolate-doom] 17/29: Remove leftover debug code
Jonathan Dowland
jmtd at moszumanska.debian.org
Mon Jan 30 15:06:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
jmtd pushed a commit to annotated tag chocolate-doom-0.0.4
in repository chocolate-doom.
commit cbe85d9dc53cf7d5c4e81b4e74862ebb92893a55
Author: Simon Howard <fraggle at gmail.com>
Date: Sat Sep 24 23:45:18 2005 +0000
Remove leftover debug code
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 131
---
src/z_zone.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/z_zone.c b/src/z_zone.c
index 3739a28..8bb8347 100644
--- a/src/z_zone.c
+++ b/src/z_zone.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: z_zone.c 119 2005-09-22 12:58:46Z fraggle $
+// $Id: z_zone.c 131 2005-09-24 23:45:18Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -22,6 +22,9 @@
// 02111-1307, USA.
//
// $Log$
+// Revision 1.4 2005/09/24 23:45:18 fraggle
+// Remove leftover debug code
+//
// Revision 1.3 2005/09/22 12:58:46 fraggle
// Use a new PU_FREE tag to mark free blocks, rather than the 'user' field
// (avoids using magic numbers to mark allocated blocks with no user)
@@ -39,7 +42,7 @@
//-----------------------------------------------------------------------------
static const char
-rcsid[] = "$Id: z_zone.c 119 2005-09-22 12:58:46Z fraggle $";
+rcsid[] = "$Id: z_zone.c 131 2005-09-24 23:45:18Z fraggle $";
#include "z_zone.h"
#include "i_system.h"
@@ -232,7 +235,6 @@ Z_Malloc
if (rover == start)
{
// scanned all the way around the list
- Z_FileDumpHeap(stdout);
I_Error ("Z_Malloc: failed on allocation of %i bytes", size);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git
More information about the Pkg-games-commits
mailing list