]> git.tdb.fi Git - builder.git/blobdiff - source/feature.h
Eliminate all global typedefs, making misc.h finally unnecessary
[builder.git] / source / feature.h
index 657c86005c006e509bca0334b0f24e6ec9809160..8d496b33849e452cb71d7e0274d79eec1d166a73 100644 (file)
@@ -18,6 +18,4 @@ struct Feature
        Feature(const std::string &n): name(n) { }
 };
 
-typedef std::list<Feature> FeatureList;
-
 #endif