X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.h;h=1e0e5f9cde5b76cff7a5c282e195e9e2dba879fb;hb=33202532d4afbebdef4047f6bd216eca22d27813;hp=e5c315231f8e77aa084b68bfd78c18867bb1067c;hpb=766dad2d4f7ca73dc182f22e306ba0def6fd8722;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index e5c3152..1e0e5f9 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -6,7 +6,6 @@ #include "buildinfo.h" #include "cache.h" #include "component.h" -#include "condition.h" #include "config.h" #include "feature.h" #include "package.h" @@ -32,7 +31,6 @@ public: { private: const Config::InputOptions *options; - std::map install_map; public: Loader(SourcePackage &); @@ -43,14 +41,11 @@ public: void feature(const std::string &, const std::string &); template void component(const std::string &); - void condition(const std::string &); void build_info(); - void headers(const std::string &); void if_feature(const std::string &); void interface_version(const std::string &); void source_tarball(); void tarball(const std::string &); - void tar_file(const std::string &); void version(const std::string &); };