X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobjectfile.h;h=af47c66863088ae2448f718e932338d42957ca99;hb=9ab7e80ccd0a8043609d6a09f4119fa6e1d4ad9c;hp=10659814cd66d59f5abfa0902deaf2b35c5e85dc;hpb=0b16c3de0f9dc01bd8a9708008f9435fe0252df1;p=builder.git diff --git a/source/objectfile.h b/source/objectfile.h index 1065981..af47c66 100644 --- a/source/objectfile.h +++ b/source/objectfile.h @@ -14,7 +14,6 @@ class ObjectFile: public FileTarget private: const Component ∁ SourceFile &source; - Dependencies new_deps; public: ObjectFile(Builder &, const Component &, SourceFile &); @@ -29,11 +28,7 @@ public: private: /** Recursively looks for header targets and adds them as dependencies. */ - void find_depends(Target *); - - /** Adds a target to the dependency list as well as the new dependencies - list. */ - void add_depend(Target *); + void find_depends(FileTarget *); static Msp::FS::Path generate_target_path(const Component &, const std::string &); };