From 36516b5e5bbd43b0cc0cf541e1fc1d3cd4c4dbcf Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Sat, 28 Mar 2020 00:22:59 +0100 Subject: [PATCH] unused constant --- src/instr/instr_platform.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/instr/instr_platform.cpp b/src/instr/instr_platform.cpp index 595b8eb219..0cc9680736 100644 --- a/src/instr/instr_platform.cpp +++ b/src/instr/instr_platform.cpp @@ -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* nodes, std::map* edges, const_sg_netzone_t netzone, container_t container) -- 2.20.1