summaryrefslogtreecommitdiff
path: root/starmath/inc/node.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-05 15:56:54 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-06 17:38:14 +0100
commitcd8b8485b6559a978f58c8c58075eee4a87588bf (patch)
treecb8c7217270e45825a5025f1805fb6a91944ba85 /starmath/inc/node.hxx
parent6aa501e0fe84f975c175a8e8bd0afe2ea5bf3710 (diff)
Remove dead code
Diffstat (limited to 'starmath/inc/node.hxx')
-rw-r--r--starmath/inc/node.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index cb039837febf..9d567f3a4d34 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -35,24 +35,6 @@
#include <stdio.h>
#define j_assert(cond, msg) DBG_ASSERT(cond, msg)
-#if 0
-// easier to read assert macro
- do{ \
- if(!(cond)) \
- { \
- std::cerr<<"Failed assertion: "<<msg<<", at line "; \
- char* f = (char*)__FILE__; \
- f += strlen(f); \
- do f--; while(*f != '/'); \
- do f--; while(*f != '/'); \
- do f--; while(*f != '/'); \
- fprintf(stderr, "%d in %s\n", __LINE__, f + 1); \
- } \
- } while(false)
-#endif
-
-// Comment out below to disable dumpasdot
-//#define DEBUG_ENABLE_DUMPASDOT
#include "parse.hxx"
#include "types.hxx"