src/inc/common.h 1.165
1.165 2009/12/24 04:55:40 markd
correctly check return status of system; removed confusing function that is no longer used
Index: src/inc/common.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/common.h,v
retrieving revision 1.164
retrieving revision 1.165
diff -b -B -U 4 -r1.164 -r1.165
--- src/inc/common.h 19 Dec 2009 00:23:20 -0000 1.164
+++ src/inc/common.h 24 Dec 2009 04:55:40 -0000 1.165
@@ -1037,11 +1037,8 @@
struct fileOffsetSize **pBeforeGap, struct fileOffsetSize **pAfterGap);
/* Starting at list, find all items that don't have a gap between them and the previous item.
* Return at gap, or at end of list, returning pointers to the items before and after the gap. */
-void maybeSystem(char *cmd);
-/* Execute cmd using "sh -c" or die. (See man 3 system.) warning on errors */
-
void mustSystem(char *cmd);
/* Execute cmd using "sh -c" or die. (See man 3 system.) fail on errors */
int roundingScale(int a, int p, int q);