]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Remove most container typedefs and refactor others
[builder.git] / source / builder.h
index 70ca861bc64cefb22c13c7d91c98eacfbef61a15..e6eb0ea5c2843b3b813dbcc497a7379dfa40b71d 100644 (file)
@@ -45,13 +45,11 @@ private:
        };
 
 private:
-       typedef std::map<std::string, BuildType> BuildTypeMap;
-
        PackageManager package_manager;
 
        Architecture native_arch;
        Architecture *current_arch;
-       BuildTypeMap build_types;
+       std::map<std::string, BuildType> build_types;
        BuildType *build_type;
        Toolchain toolchain;
        VirtualFileSystem vfs;