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

    r33821 r34081  
    810810
    811811    // XXX require at least a stack id (add better search options)
    812     PXOPT_LOOKUP_S64(stack_id, config->args, "-stack_id", true, false);
     812    // PXOPT_LOOKUP_S64(stack_id, config->args, "-stack_id", true, false);
    813813
    814814    psMetadata *where = psMetadataAlloc();
     
    16971697  PS_ASSERT_PTR_NON_NULL(config, NULL);
    16981698
    1699   PXOPT_LOOKUP_S64(det_id, config->args, "-stack_id", true,  false);
     1699  // PXOPT_LOOKUP_S64(det_id, config->args, "-stack_id", true,  false);
    17001700  PXOPT_LOOKUP_STR(outfile, config->args, "-outfile", true,  false);
    17011701  PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false);
Note: See TracChangeset for help on using the changeset viewer.