Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
unused constant
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 27 Mar 2020 23:22:59 +0000 (00:22 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 27 Mar 2020 23:22:59 +0000 (00:22 +0100)
src/instr/instr_platform.cpp

index 595b8eb..0cc9680 100644 (file)
@@ -486,8 +486,6 @@ void instr_new_value_for_user_state_type(const std::string& type_name, const cha
   recursiveNewValueForUserStateType(type_name, value, color, simgrid::instr::Container::get_root()->type_);
 }
 
-#define GRAPHICATOR_SUPPORT_FUNCTIONS
-
 static void recursiveXBTGraphExtraction(const s_xbt_graph_t* graph, std::map<std::string, xbt_node_t>* nodes,
                                         std::map<std::string, xbt_edge_t>* edges, const_sg_netzone_t netzone,
                                         container_t container)