Changeset 150

Show
Ignore:
Timestamp:
09/19/07 18:14:34
Author:
apokayi
Message:

redundant descriptor close statement is removed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • guts_io/src/io_fwrite_local_async.upc

    r122 r150  
    172172         */ 
    173173 
    174         if( upc_all_fclose(fd) != 0 ) 
    175                 GULA_FAIL("failed to close the file"); 
    176         upc_barrier; 
    177  
    178174        return 0; 
    179175