Index: trunk/psLib/src/math/psStats.c
===================================================================
--- trunk/psLib/src/math/psStats.c	(revision 5655)
+++ trunk/psLib/src/math/psStats.c	(revision 5682)
@@ -17,6 +17,6 @@
  *
  *
- *  @version $Revision: 1.156 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-12-01 23:35:33 $
+ *  @version $Revision: 1.157 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-12-05 21:33:29 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1672,27 +1672,4 @@
 }
 
-// XXX: Get rid of this, or put it in psConstants.h
-void PRINT_LEAKS()
-{
-    psScalar *tmpScalar = psScalarAlloc(0.0, PS_TYPE_F32);
-    psMemCheckCorruption( 1 );
-    psS32 currentId = psMemGetId();
-    //    psMemBlock** blks;
-    //    psS32 nLeaks = psMemCheckLeaks( currentId, &blks, stderr, false );
-    psS32 nLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
-    printf("COOL: %d leaks.\n", nLeaks);
-    tmpScalar->data.F32 = 0.0;
-}
-
-/*
-#define PRINT_MEMLEAKS(NUM) \
-    printf("A: ---------------------------------------- (ID: %d)\n", NUM); \
-    memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false); \
-    printf("B: ---------------------------------------- (%d)\n", memLeaks); \
-#define PRINT_MEMLEAKS(NUM) \
-memLeaks = currentId;
-*/
-
-
 /******************************************************************************
 p_psVectorRobustStats(myVector, maskVector, maskVal, stats): This is the new
