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/warptool.c

    r33112 r34081  
    11851185    pxAddLabelSearchArgs (config, where, "-label", "label", "==");
    11861186
    1187     PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     1187    // PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
    11881188
    11891189    psString query = pxDataGet("warptool_finished_run_select.sql");
     
    18311831    PS_ASSERT_PTR_NON_NULL(config, NULL);
    18321832
    1833     PXOPT_LOOKUP_S64(warp_id, config->args, "-warp_id", true, false);
     1833    // PXOPT_LOOKUP_S64(warp_id, config->args, "-warp_id", true, false);
    18341834    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
    18351835    PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false);
     
    21692169    PS_ASSERT_PTR_NON_NULL(config, NULL);
    21702170
    2171     PXOPT_LOOKUP_S64(det_id,  config->args, "-warp_id", true,  false);
     2171    // PXOPT_LOOKUP_S64(det_id,  config->args, "-warp_id", true,  false);
    21722172    PXOPT_LOOKUP_STR(outfile, config->args, "-outfile", true,  false);
    21732173    PXOPT_LOOKUP_U64(limit,   config->args, "-limit",   false, false);
     
    23582358    pxAddLabelSearchArgs (config, where, "-label",     "warpRun.label", "LIKE");
    23592359
    2360 //    PXOPT_LOOKUP_BOOL(all, config->args, "-all", false);
    2361     PXOPT_LOOKUP_BOOL(no_magic, config->args, "-no_magic", false);
     2360    // PXOPT_LOOKUP_BOOL(all, config->args, "-all", false);
     2361    // PXOPT_LOOKUP_BOOL(no_magic, config->args, "-no_magic", false);
    23622362
    23632363    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
Note: See TracChangeset for help on using the changeset viewer.