X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=4192fe767a7dfdc788a050298d6ead0dbbaad2e9;hb=8818c970f123a7fa44bf41bc60369217d083b4da;hp=90380a696b81ab3018746afc82b8c999ef4b16b1;hpb=88a344b29ab173cd6ecacd0b038ea96dcb7484fc;p=builder.git diff --git a/source/builder.h b/source/builder.h index 90380a6..4192fe7 100644 --- a/source/builder.h +++ b/source/builder.h @@ -22,7 +22,6 @@ class Config; class FileTarget; class Package; class SourcePackage; -class VirtualTarget; /** The main application class. Controls and owns everything. Rules the world. @@ -57,7 +56,6 @@ private: public: typedef std::map TargetMap; - typedef std::list TargetList; private: typedef std::map ProfileTemplateMap; @@ -127,7 +125,6 @@ public: /** Adds a target to both the target map and the new target queue. Called from Target constructor. */ void add_target(Target *); - void register_path(const Msp::FS::Path &, FileTarget *); void problem(const std::string &, const std::string &);