diff options
Diffstat (limited to 'src/nonstd/ASSERT_NOOVERLAP.c')
-rw-r--r-- | src/nonstd/ASSERT_NOOVERLAP.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nonstd/ASSERT_NOOVERLAP.c b/src/nonstd/ASSERT_NOOVERLAP.c deleted file mode 100644 index 7173752d..00000000 --- a/src/nonstd/ASSERT_NOOVERLAP.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <nonstd/assert.h> - -#ifndef NDEBUG -#define ASSERT_NOOVERLAP(__x, __y, __s) do { \ - /* TODO */ \ - } while (0) -#else -#define ASSERT_NOOVERLAP(__x, __y, __s) -#endif |