Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / src / ppc403 / include / assertp.h
diff --git a/apps/Hawk/CVEiCL/EiC/src/ppc403/include/assertp.h b/apps/Hawk/CVEiCL/EiC/src/ppc403/include/assertp.h
deleted file mode 100644 (file)
index d809cc2..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-\r
-void abort(void);\r
-\r
-#ifndef NDEBUG\r
-\r
-#define assertandpause(p, args)        if(p){fprintf(stderr,\\r
-               "ASSERT : %s, At line %d in file %s.\n",\\r
-               #p, __LINE__,__FILE__);\\r
-               printf args;\\r
-               fprintf(stderr,"<Key to continue>");\\r
-               getchar();}\r
-\r
-\r
-\r
-#define assertp(p, args)       if(p){\\r
-               fprintf(stderr,\\r
-               "ASSERT : %s, At line %d in file %s.\nCalled From: ",\\r
-               #p, __LINE__,__FILE__);\\r
-               printf args; abort();}\r
-\r
-#else\r
-#define assertandpause(p, args)\r
-#define assert(p, args)\r
-#endif\r