diff --git a/main.cc b/main.cc index d7166da..5079568 100644 --- a/main.cc +++ b/main.cc @@ -323,8 +323,7 @@ struct ObState { r.func = body; cscript::bcode_ref(body); } - r.deps = dep ? cscript::util::list_explode(dep) - : ostd::Vector(); + r.deps = cscript::util::list_explode(dep); } }