IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 2, 2008, 10:38:28 AM (18 years ago)
Author:
gusciora
Message:

Got rid of pmPeakTest().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPeaks.c

    r15562 r15979  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-11-10 01:09:20 $
     8 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2008-01-02 20:38:28 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    123123*****************************************************************************/
    124124static void peakFree(pmPeak *tmp)
    125 {} // used by pmPeakTest()
     125{} //
    126126
    127127pmPeak *pmPeakAlloc(psS32 x,
     
    148148    psTrace("psModules.objects", 3, "---- %s() end ----\n", __func__);
    149149    return(tmp);
    150 }
    151 
    152 // XXX: Get rid of this:
    153 bool pmPeakTest(const psPtr ptr)
    154 {
    155     return (psMemGetDeallocator(ptr) == (psFreeFunc)peakFree);
    156150}
    157151
Note: See TracChangeset for help on using the changeset viewer.