IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8466


Ignore:
Timestamp:
Aug 22, 2006, 5:00:13 AM (20 years ago)
Author:
rhl
Message:

Remove check for impossible condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsHeader.c

    r8232 r8466  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-08-08 23:32:23 $
     9 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-08-22 15:00:13 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5454    if (out == NULL) {
    5555        out = psMetadataAlloc();
    56         if (out == NULL) {
    57             psError(PS_ERR_UNKNOWN, false,
    58                     "Failed to allocate a new psMetadata container.");
    59             return NULL;
    60         }
    6156    }
    6257
Note: See TracChangeset for help on using the changeset viewer.