X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=plugins%2Fdatafile%2Fdatacollection.cpp;h=b2384a3f9130c5080833db88e3ff53fbc6311a71;hp=189eb61eac2e60d7eed86072862a17a190a15925;hb=b4781796aa997368f46b87b73a907bcab955ca3d;hpb=e7370dbd2bde63d0d12f73d8606b3992954f40ce diff --git a/plugins/datafile/datacollection.cpp b/plugins/datafile/datacollection.cpp index 189eb61..b2384a3 100644 --- a/plugins/datafile/datacollection.cpp +++ b/plugins/datafile/datacollection.cpp @@ -18,10 +18,3 @@ Msp::FS::Path DataCollection::generate_target_path(const Component &comp, const { return comp.get_package().get_temp_directory()/comp.get_name()/(FS::basepart(FS::basename(src))+".mdc"); } - -void DataCollection::find_dependencies() -{ - source.prepare(); - for(Target *d: source.get_transitive_dependencies()) - add_dependency(*d); -}