From d022bb6d0a9c85c1165bb14b5d1874b0e23e4c88 Mon Sep 17 00:00:00 2001 From: Guillaume PIERRE Date: Wed, 27 Dec 2023 11:26:36 +0100 Subject: [PATCH] [skip ci] Clean thermal lists : now that "mapping" is gone from thermal cluster list class, remove unused type aliases --- src/libs/antares/study/parts/common/cluster.h | 4 ---- src/libs/antares/study/parts/thermal/cluster_list.h | 2 -- 2 files changed, 6 deletions(-) diff --git a/src/libs/antares/study/parts/common/cluster.h b/src/libs/antares/study/parts/common/cluster.h index d552eb54b8..84c4a0ad73 100644 --- a/src/libs/antares/study/parts/common/cluster.h +++ b/src/libs/antares/study/parts/common/cluster.h @@ -23,10 +23,6 @@ struct CompareClusterName final class Cluster { -public: - //! Map of renewable clusters - using Map = std::map; - public: Cluster(Area* parent); diff --git a/src/libs/antares/study/parts/thermal/cluster_list.h b/src/libs/antares/study/parts/thermal/cluster_list.h index b3bdfa1672..b730052aad 100644 --- a/src/libs/antares/study/parts/thermal/cluster_list.h +++ b/src/libs/antares/study/parts/thermal/cluster_list.h @@ -14,8 +14,6 @@ class ThermalClusterList : public ClusterList { public: std::string typeID() const override; - // Map container - using Map = typename std::map>; /*! ** \brief Get the size (bytes) occupied in memory by a `ThermalClusterList` structure