[mpich2-commits] r6738 - mpich2/trunk/src/pm/hydra/tools/ckpoint

buntinas at mcs.anl.gov buntinas at mcs.anl.gov
Tue May 25 13:58:03 CDT 2010


Author: buntinas
Date: 2010-05-25 13:58:03 -0500 (Tue, 25 May 2010)
New Revision: 6738

Modified:
   mpich2/trunk/src/pm/hydra/tools/ckpoint/ckpoint.c
Log:
fix compile error introduced in r6737

Modified: mpich2/trunk/src/pm/hydra/tools/ckpoint/ckpoint.c
===================================================================
--- mpich2/trunk/src/pm/hydra/tools/ckpoint/ckpoint.c	2010-05-25 18:43:53 UTC (rev 6737)
+++ mpich2/trunk/src/pm/hydra/tools/ckpoint/ckpoint.c	2010-05-25 18:58:03 UTC (rev 6738)
@@ -53,10 +53,8 @@
     HYDU_FUNC_EXIT();
     return status;
 
-#if defined HAVE_BLCR
   fn_fail:
     goto fn_exit;
-#endif /* HAVE_BLCR */
 }
 
 HYD_status HYDT_ckpoint_suspend(int pgid, int id)



More information about the mpich2-commits mailing list