]> git.tdb.fi Git - builder.git/blobdiff - source/makesymlink.h
Make symlink a feature of the Install target rather than a target on its own
[builder.git] / source / makesymlink.h
diff --git a/source/makesymlink.h b/source/makesymlink.h
deleted file mode 100644 (file)
index 038dfd5..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef MAKESYMLINK_H_
-#define MAKESYMLINK_H_
-
-#include "action.h"
-
-class Symlink;
-
-class MakeSymlink: public Action
-{
-public:
-       MakeSymlink(Builder &, const Symlink &);
-       virtual int check();
-};
-
-#endif