]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Variables in Build files weren't such a hot idea. KISS.
[builder.git] / source / sourcepackage.h
index 9327f17c4eccc619cfa9e1b2dd5226d93c8ed701..23e376eb89393d12c51ac05840910490c68b054a 100644 (file)
@@ -77,7 +77,6 @@ public:
        Builder &get_builder() const { return builder; }
 
        DependencyCache &get_deps_cache() const { return deps_cache; }
-       std::string expand_string(const std::string &) const;
 private:
        virtual void do_configure(const StringMap &, unsigned);