* as/link/hc08/lkelf.c, as/link/lkaomf51.c, as/link/lklibr.c,
[fw/sdcc] / support / librarian / sdcclib.c
index 5ab4c4a5b34dd9d111f6ce7f74d396eabd061901..8537cba39ddcd041fdec917d624efb5548eab019 100644 (file)
@@ -48,15 +48,6 @@ int NumRelFiles=0;
 #define EQ(A,B) !strcmp((A),(B))
 #define NEQ(A,B) strcmp((A),(B))
 
-#if 1
-#include <assert.h>
-
-#define system(CMD)             do {                    \
-  int __res4568 = system(CMD);                          \
-  assert(-1 != __res4568);                              \
-} while (0)
-#endif
-
 int action=OPT_NONE;
 FILE *lib, *newlib, *rel, *adb, *libindex;
 char FLine[MAXLINE+1];