Skip to content

Commit

Permalink
[skip ci] Clean thermal lists : now that "mapping" is gone from therm…
Browse files Browse the repository at this point in the history
…al cluster list class, remove unused type aliases
  • Loading branch information
guilpier-code committed Dec 27, 2023
1 parent 9ba7661 commit d022bb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/libs/antares/study/parts/common/cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ struct CompareClusterName final

class Cluster
{
public:
//! Map of renewable clusters
using Map = std::map<ClusterName, Cluster*>;

public:
Cluster(Area* parent);

Expand Down
2 changes: 0 additions & 2 deletions src/libs/antares/study/parts/thermal/cluster_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ class ThermalClusterList : public ClusterList<ThermalCluster>
{
public:
std::string typeID() const override;
// Map container
using Map = typename std::map<ClusterName, std::shared_ptr<ThermalCluster>>;

/*!
** \brief Get the size (bytes) occupied in memory by a `ThermalClusterList` structure
Expand Down

0 comments on commit d022bb6

Please sign in to comment.