IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2009, 3:26:00 PM (17 years ago)
Author:
eugene
Message:

remove code for old run advance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/warptool.c

    r24044 r24047  
    961961    }
    962962
    963     if (!warpCompletedRuns(config)) {
    964         if (!psDBRollback(config->dbh)) {
    965             psError(PS_ERR_UNKNOWN, false, "database error");
    966         }
    967         psError(PS_ERR_UNKNOWN, false, "database error");
    968         return false;
    969     }
    970 
    971963    // point of no return
    972964    if (!psDBCommit(config->dbh)) {
Note: See TracChangeset for help on using the changeset viewer.