Index: trunk/psLib/test/sysUtils/tst_psHash01.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psHash01.c	(revision 860)
+++ trunk/psLib/test/sysUtils/tst_psHash01.c	(revision 881)
@@ -1,7 +1,4 @@
 /*****************************************************************************
     This code will test whether a hash table can be de-allocated successfully.
- 
-    GUS: figure out how the memory leak detection stuff works, then put it
-    in here.
  *****************************************************************************/
 #include <stdio.h>
@@ -54,8 +51,4 @@
     psHashFree(myHashTable, (void (*)(void *))IdFree);
 
-    //
-    // GUS: put some memory leak stuff here.
-    //
-
     if (imGlobal != 4) {
         fprintf(stderr, "%s: only (%d/4) entries were freed",
