IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25123


Ignore:
Timestamp:
Aug 19, 2009, 9:22:18 AM (17 years ago)
Author:
bills
Message:

remove dead code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_finish.pl

    r25122 r25123  
    156156            # This should not happen. A fake job should be queued
    157157            stop_request_and_exit($req_id, $PS_EXIT_PROG_ERROR);
    158 if (0) {
    159             # No Jobs.
    160             # XXXX Ouch. We need results for each rownum (each request specification) in the request file
    161             # including those that produced no jobs.
    162             # That did not happen for some reason.
    163             # Add an entry with rownum 0 with an error code
    164             # we've included parse_error.txt to the fileset if it exists
    165             # so the requester should get some idea what happened
    166             #
    167             my $rownum = 0;
    168             my $fault = $PSTAMP_NO_JOBS_QUEUED;
    169             print $tdf "$rownum|$fault|0|0|";
    170             print $tdf "0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|\n";
    171 }
    172158        } else {
    173159            my $metadata = $mdcParser->parse($output) or die("Unable to parse metdata config doc");
Note: See TracChangeset for help on using the changeset viewer.