X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinary.cpp;h=81124b9465fef1102c5bddd4e66494139e4f47f6;hb=2f1e3b296bb8a2c4fcb73d7339cf7d0d6f9d1459;hp=17ec7353998f7fc7078c70d56bbb99762dfb7fa2;hpb=2606b03da59dc10e3826b833a2fceb0831d79972;p=builder.git diff --git a/source/binary.cpp b/source/binary.cpp index 17ec735..81124b9 100644 --- a/source/binary.cpp +++ b/source/binary.cpp @@ -27,10 +27,7 @@ Binary::Binary(Builder &b, const Component &c, const std::string &p, const list< void Binary::find_depends() { if(!component) - { - deps_ready = true; return; - } const SourcePackage &spkg = component->get_package(); LibMode libmode = spkg.get_library_mode(); @@ -74,6 +71,4 @@ void Binary::find_depends() if(last) add_depend(*i); } - - deps_ready = true; }