]> git.tdb.fi Git - builder.git/blobdiff - source/component.h
ComponentList typedef isn't needed outside of SourcePackage
[builder.git] / source / component.h
index 292f140a20cd97f79e101dfabb0cbc6dcd820ebd..5f1332fcb40f8a947dc858b0a2ff0cce0f3d1935 100644 (file)
@@ -78,6 +78,4 @@ protected:
        PathList collect_source_files() const;
 };
 
-typedef std::list<Component> ComponentList;
-
 #endif