no need to check this anymore

master
Daniel Kolesa 2015-11-23 21:26:51 +00:00
parent 550cab584b
commit c6dd8111bb
1 changed files with 1 additions and 2 deletions

View File

@ -323,8 +323,7 @@ struct ObState {
r.func = body;
cscript::bcode_ref(body);
}
r.deps = dep ? cscript::util::list_explode(dep)
: ostd::Vector<ostd::String>();
r.deps = cscript::util::list_explode(dep);
}
}