]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Clean up some unused cruft
[builder.git] / source / builder.h
index 90380a696b81ab3018746afc82b8c999ef4b16b1..4192fe767a7dfdc788a050298d6ead0dbbaad2e9 100644 (file)
@@ -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<std::string, Target *> TargetMap;
-       typedef std::list<Target *> TargetList;
 
 private:
        typedef std::map<std::string, StringMap> 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 &);