X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpattern.h;h=5965efaed69886ea489679f93b0e0d13774eef4d;hb=HEAD;hp=de8e7b2de962b8a1b1bb33ea887000e42b72202c;hpb=40177b0cfc0d4e67f971941f632e4f1f7e7c3f88;p=builder.git diff --git a/source/pattern.h b/source/pattern.h deleted file mode 100644 index de8e7b2..0000000 --- a/source/pattern.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef PATTERN_H_ -#define PATTERN_H_ - -#include - -class Pattern -{ -private: - std::string prefix; - std::string suffix; - -public: - Pattern(const std::string &); - - std::string apply(const std::string &) const; -}; - -#endif