aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobin Templeton <[email protected]>2014-07-18 15:05:24 -0400
committerRobin Templeton <[email protected]>2015-04-20 00:29:01 -0400
commit0e2a38a135d92254367f680995ffab092919d266 (patch)
tree8ae957efebab16bc600fd93ba4415dbaaeba58d3 /src
parentda5f1e884887441b0eb5b519ec366bc551d73da7 (diff)
rm commented code
Diffstat (limited to 'src')
-rw-r--r--src/lread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lread.c b/src/lread.c
index f04b4fbaf8..1413a793f0 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1952,9 +1952,6 @@ readevalloop (Lisp_Object readcharfun,
/* Restore saved point and BEGV. */
dynwind_end ();
- //scm_display (val, SCM_UNDEFINED);
- //scm_newline (SCM_UNDEFINED);
-
/* Now eval what we just read. */
if (!NILP (macroexpand))
val = readevalloop_eager_expand_eval (val, macroexpand);