X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatacompiler.h;fp=source%2Fdatacompiler.h;h=0000000000000000000000000000000000000000;hb=d334fc1d04b7f83c7a2e9f16439fec884f4de471;hp=e4c8ea2af54543a871c9458af4cd47ed910f7739;hpb=65ba6a595dd4a1d74675abcfdf96307062dc43eb;p=builder.git diff --git a/source/datacompiler.h b/source/datacompiler.h deleted file mode 100644 index e4c8ea2..0000000 --- a/source/datacompiler.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef DATACOMPILER_H_ -#define DATACOMPILER_H_ - -#include "tool.h" - -class DataCompiler: public Tool -{ -public: - DataCompiler(Builder &); - - virtual Target *create_target(const std::list &, const std::string &) const; - virtual Task *run(const Target &) const; -}; - -#endif