CsValue is null by default

master
Daniel Kolesa 2016-09-07 00:01:27 +02:00
parent 8f0bb786cd
commit df5e2bb507
1 changed files with 0 additions and 1 deletions

View File

@ -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);