From c6dd8111bb3061cf313c7e0f362029af75f8a2cd Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 23 Nov 2015 21:26:51 +0000 Subject: [PATCH] no need to check this anymore --- main.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); } }