changeset 767:339f6c95605c

Remove dead code.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 May 2013 19:37:25 +0300
parents 11fba703014f
children 71af31139e46
files dmeval.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dmeval.c	Thu May 09 19:15:59 2013 +0300
+++ b/dmeval.c	Thu May 09 19:37:25 2013 +0300
@@ -82,7 +82,6 @@
 
 void dmEvalErrorV(DMEvalContext *ev, const char *fmt, va_list ap)
 {
-#if 1
     char *tmp = dm_strdup_vprintf(fmt, ap);
     
     ev->err = TRUE;
@@ -94,9 +93,6 @@
     }
     else
         ev->errStr = tmp;
-#else
-    vfprintf(stdout, fmt, ap);
-#endif
 }