]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Remove some useless member functions
[builder.git] / source / sourcepackage.h
index f0a58b74dc9619ed1a6fe5abfb865e61ab34d9b9..086690765d691eb5dd124a7def583ebd20db2521 100644 (file)
@@ -85,9 +85,9 @@ public:
        Msp::FS::Path get_out_dir() const;
        const ComponentList &get_components() const { return components; }
        const Config &get_config() const { return config; }
+       bool match_feature(const std::string &) const;
        void set_build_type(const BuildType &);
        const BuildInfo &get_build_info() const { return build_info; }
-       Builder &get_builder() const { return builder; }
 
        Cache &get_cache() const { return cache; }
 private: