]> git.tdb.fi Git - builder.git/blobdiff - source/feature.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / feature.h
diff --git a/source/feature.h b/source/feature.h
deleted file mode 100644 (file)
index a42e825..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef FEATURE_H_
-#define FEATURE_H_
-
-struct Feature
-{
-       std::string name;
-       std::string descr;
-
-       Feature(const std::string &n, const std::string &d): name(n), descr(d) { }
-};
-typedef std::list<Feature> FeatureList;
-
-#endif