Index: trunk/psLib/src/collections/psBitSet.c
===================================================================
--- trunk/psLib/src/collections/psBitSet.c	(revision 3264)
+++ trunk/psLib/src/collections/psBitSet.c	(revision 3298)
@@ -11,6 +11,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:23 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-22 19:25:52 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -186,13 +186,4 @@
         return NULL;
     }
-
-    // make operator all caps
-    psS32 tempStrLen = strlen(operator);
-    char* tempStr = psAlloc(tempStrLen+1);
-
-    for (psS32 lcv=0;lcv<tempStrLen;lcv++) {
-        tempStr[lcv] = (char)toupper(operator[lcv]);
-    }
-    tempStr[tempStrLen] = '\0';
 
     // parse the operator
@@ -206,5 +197,4 @@
         op = NOT_OP;
     } else {
-        psFree(tempStr);
         psFree(outBitSet);
         psError(PS_ERR_BAD_PARAMETER_VALUE, true,
@@ -213,5 +203,4 @@
         return NULL;
     }
-    psFree(tempStr);
 
     if (op != NOT_OP) {
