IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2010, 11:19:30 AM (16 years ago)
Author:
bills
Message:

remove old code

File:
1 edited

Legend:

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

    r27459 r27460  
    335335    if (!no_magic) {
    336336        psStringAppend(&query, " AND (%s.magicked > 0)", magicRunType);
    337 
    338 #ifdef notdef
    339         // XXX: is selecting by magic_ds_id really interesting? I declare no
    340         if (magic_ds_id) {
    341             if (!runJoinStr) {
    342                 psError(PS_ERR_PROGRAMMING, true, "cannot select by magic_ds_id for stage: %s", stage);
    343                 psFree(query);
    344                 return false;
    345             }
    346             psStringAppend(&joinHook, "\nJOIN magicDSRun ON magicDSRun.stage = distTarget.stage"
    347                                               " AND magicDSRun.stage_id = %s", runJoinStr);
    348             psStringAppend(&query, " AND (magicDSRun.state = 'full' AND magicDSRun.re_place AND (magicDSRun.magic_ds_id = %" PRId64 "))", magic_ds_id);
    349         }
    350 #endif
    351337    }
    352338
Note: See TracChangeset for help on using the changeset viewer.