summaryrefslogtreecommitdiff
path: root/src/comm/CactusDefaultComm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm/CactusDefaultComm.c')
-rw-r--r--src/comm/CactusDefaultComm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index 330cdcbe..0bf67dcd 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -377,7 +377,6 @@ int CactusDefaultExit (cGH *GH, int retval)
}
#endif
exit (retval);
- return (0);
}
@@ -436,7 +435,6 @@ int CactusDefaultAbort (cGH *GH, int retval)
/*abort();*/
#endif
exit (retval);
- return (retval);
}