X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftoolchain.h;h=8449680409884d12d2801dc760212fa70e8db886;hb=HEAD;hp=1060e09e559b8ffde1b8c8aa9f5f54f16b4cd567;hpb=338eefb513953ae55e8e3614c009c242ba8ad74e;p=builder.git diff --git a/source/toolchain.h b/source/toolchain.h deleted file mode 100644 index 1060e09..0000000 --- a/source/toolchain.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef TOOLCHAIN_H_ -#define TOOLCHAIN_H_ - -#include -#include - -class Tool; - -class Toolchain -{ -private: - typedef std::map ToolMap; - - ToolMap tools; - -public: - ~Toolchain(); - - void add_tool(Tool *); - const Tool &get_tool(const std::string &) const; - const Tool *get_tool_for_suffix(const std::string &) const; -}; - -#endif