From: michi Date: Mon, 20 Aug 2007 19:57:08 +0000 (+0000) Subject: * src/native/localref.c (localref_add): Disabled debug output. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=81a9f327598d5d2815a54d6527926448a86f2552;p=cacao.git * src/native/localref.c (localref_add): Disabled debug output. --HG-- branch : exact-gc --- diff --git a/src/native/localref.c b/src/native/localref.c index 9adf27082..f86395f65 100644 --- a/src/native/localref.c +++ b/src/native/localref.c @@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - $Id: localref.c 8364 2007-08-20 19:52:00Z michi $ + $Id: localref.c 8365 2007-08-20 19:57:08Z michi $ */ @@ -361,7 +361,7 @@ java_handle_t *localref_add(java_object_t *o) if (h == NULL) assert(0); -#if 1 +#if 0 { int count = 0; for (lrt = LOCALREFTABLE; lrt != NULL; lrt = lrt->prev)