From df5e2bb50760d80f3e76ccdca6165732c6a780bf Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 7 Sep 2016 00:01:27 +0200 Subject: [PATCH] CsValue is null by default --- tools/repl.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/repl.cc b/tools/repl.cc index 2b1f1e8b..303fd417 100644 --- a/tools/repl.cc +++ b/tools/repl.cc @@ -180,7 +180,6 @@ static void do_sigint(int n) { static void do_call(CsState &cs, ostd::ConstCharRange line) { CsValue ret; - ret.set_null(); signal(SIGINT, do_sigint); try { cs.run_ret(line, ret);