Index: trunk/psLib/src/collections/psBitSet.h
===================================================================
--- trunk/psLib/src/collections/psBitSet.h	(revision 974)
+++ trunk/psLib/src/collections/psBitSet.h	(revision 1073)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-10 01:58:06 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-23 23:00:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -54,12 +54,4 @@
 psBitSet* psBitSetAlloc(
     int n   /**< Number of bits in psBitSet array */
-);
-
-/** Free a psBitSet
- *
- *  Deletes a psBitSet array.
- */
-void psBitSetFree(
-    psBitSet *restrict inMask  /**< Pointer to psBitSet to be deleted. */
 );
 
