summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-04-29 16:39:55 -0400
committerSamuel Bronson <naesten@gmail.com>2013-04-30 02:47:49 -0400
commitaef62c58e9feafa13685affc01c2d174965c032e (patch)
tree14c06574e2c12fba681701cd1e35a7335e324cfe /crawl-ref/source/debug.h
parent25ef6f301dcd5212f259c57cdc1fcfba5bb8ede6 (diff)
downloadcrawl-ref-aef62c58e9feafa13685affc01c2d174965c032e.tar.gz
crawl-ref-aef62c58e9feafa13685affc01c2d174965c032e.zip
Clean up leftover debug.h code from 7971002b and 64c133e5.
Diffstat (limited to 'crawl-ref/source/debug.h')
-rw-r--r--crawl-ref/source/debug.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h
index 8b90bb76d8..226cf7e0f5 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -81,14 +81,9 @@ NORETURN void AssertFailed(const char *expr, const char *file, int line);
#else
-#define ASSERT_SAVE(p) ((void) 0)
#define ASSERT(p) ((void) 0)
#define VERIFY(p) do {if (p) ;} while (false)
-static inline void __DUMMY_TRACE__(...)
-{
-}
-
#endif
NORETURN void die(const char *file, int line, PRINTF(2, ));