Index: trunk/ippToPsps/jython/gpc1db.py
===================================================================
--- trunk/ippToPsps/jython/gpc1db.py	(revision 32777)
+++ trunk/ippToPsps/jython/gpc1db.py	(revision 32778)
@@ -30,32 +30,4 @@
         self.logger.debug("Gpc1Db destructor")
 
-
-    '''
-    TODO
-    '''
-    def getIDsInThisDVODbForThisStageFudge(self):
-
-        sql = "SELECT staticskyRun.sky_id \
-               FROM staticskyInput, staticskyRun, stackRun, staticskyResult \
-               WHERE staticskyRun.sky_id = staticskyInput.sky_id \
-               AND staticskyInput.stack_id = stackRun.stack_id \
-               AND staticskyInput.sky_id = staticskyResult.sky_id \
-               AND staticskyRun.label like 'MD04.staticsky' \
-               AND stackRun.filter like 'i%'"
-
-        try:
-            rs = self.executeQuery(sql)
-        except:
-            self.logger.exception("Can't query for ids in DVO")
-
-        ids = []
-        while (rs.next()):
-            ids.append(rs.getInt(1))
-
-        rs.close()
-
-        self.logger.debug("Found %d items in DVO database '" % (len(ids)))
-
-        return ids
 
     '''
