IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:19:48 AM (14 years ago)
Author:
eugene
Message:

fix a number of cases of unused variables (set but otherwise not used); some of these may have been used to check the presence of a mandatory argument

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src

  • trunk/ippTools/src/disttool.c

    r33042 r34081  
    403403    }
    404404
     405    if (0) {
     406        fprintf (stderr, "runJoinStr: %s\n", runJoinStr);
     407    }
     408
    405409    if (!strcmp(stage, "raw")) {
    406410        if (!no_magic) {
     
    726730    }
    727731
     732    if (simple) {/* no option? */}
    728733
    729734    if (pretend) {
     
    18331838        psStringAppend(&query, " %s last_fileset = '%s'", sep, last_fileset);
    18341839    }
     1840#else
     1841    if (0) { fprintf (stderr, "sep: %s\n", sep); }
    18351842#endif
    18361843
     
    21862193    PXOPT_COPY_STR(config->args, where, "-state", "state", "==");
    21872194
    2188     PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false);
    2189     PXOPT_LOOKUP_BOOL(full, config->args, "-full", false);
     2195    // PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false);
     2196    // PXOPT_LOOKUP_BOOL(full, config->args, "-full", false);
    21902197
    21912198    pxAddLabelSearchArgs (config, where, "-label", "distRun.label", "==");
Note: See TracChangeset for help on using the changeset viewer.