]> git.tdb.fi Git - builder.git/blobdiff - source/feature.cpp
Redesign how tools are run
[builder.git] / source / feature.cpp
index 7bf9a578e0344a6321a1b1e9516af565221b3c6a..25183777aab27c3b31715455114510d02a27760e 100644 (file)
@@ -3,13 +3,6 @@
 using namespace std;
 using namespace Msp;
 
-Feature::Feature(const string &n):
-       name(n),
-       default_value("no"),
-       exported(false)
-{ }
-
-
 Feature::Loader::Loader(Feature &f):
        Msp::DataFile::ObjectLoader<Feature>(f)
 {