Revert "Preprocess out assert()"
authorRyan Dahl <ry@tinyclouds.org>
Tue, 25 Jan 2011 23:26:19 +0000 (15:26 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 25 Jan 2011 23:26:19 +0000 (15:26 -0800)
This reverts commit 8bd7e4fad81bb62cb463831800ddde5059969f6b.

wscript

diff --git a/wscript b/wscript
index 2fb8f9a..bc07ba3 100644 (file)
--- a/wscript
+++ b/wscript
@@ -601,7 +601,6 @@ def build(bld):
   make_macros(macros_loc_debug, "")  # leave debug(x) as is in debug build
   # replace debug(x) with nothing in release build
   make_macros(macros_loc_default, "macro debug(x) = ;\n")
-  make_macros(macros_loc_default, "macro assert(x) = ;\n")
 
   if not bld.env["USE_DTRACE"]:
     make_macros(macros_loc_default, "macro DTRACE_HTTP_SERVER_RESPONSE(x) = ;\n");