From 07b98a4c5d2cd7a49864639937aec616527a84b5 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Mon, 23 Oct 2006 00:08:35 +0000 Subject: [PATCH] Oops... removing debug messages. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2453 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/heap/heap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sc2/src/sc2code/libs/heap/heap.c b/sc2/src/sc2code/libs/heap/heap.c index 6e7130ca9..c45d09fdf 100644 --- a/sc2/src/sc2code/libs/heap/heap.c +++ b/sc2/src/sc2code/libs/heap/heap.c @@ -21,7 +21,6 @@ #include #include #include -#include #include "port.h" static inline size_t nextPower2(size_t x); @@ -85,7 +84,6 @@ Heap_add(Heap *heap, HeapValue *value) { } heap->entries[i] = value; heap->entries[i]->index = i; - fprintf(stderr, "%d heap entries.\n", heap->numEntries); } HeapValue *