Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
instr: kill a dead function
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 16 Sep 2017 20:21:20 +0000 (22:21 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 16 Sep 2017 20:21:20 +0000 (22:21 +0200)
src/instr/instr_paje_types.cpp
src/instr/instr_private.h

index 2e765a0..e8b59fa 100644 (file)
@@ -10,11 +10,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_paje_types, instr, "Paje tracing event sy
 
 static simgrid::instr::Type* rootType = nullptr; /* the root type */
 
 
 static simgrid::instr::Type* rootType = nullptr; /* the root type */
 
-void PJ_type_release ()
-{
-  rootType = nullptr;
-}
-
 simgrid::instr::Type* PJ_type_get_root()
 {
   return rootType;
 simgrid::instr::Type* PJ_type_get_root()
 {
   return rootType;
index a9e58f6..1043a21 100644 (file)
@@ -336,7 +336,6 @@ XBT_PUBLIC(void) PJ_container_free_all (void);
 XBT_PUBLIC(void) PJ_container_remove_from_parent (container_t container);
 
 /* instr_paje_types.c */
 XBT_PUBLIC(void) PJ_container_remove_from_parent (container_t container);
 
 /* instr_paje_types.c */
-XBT_PRIVATE void PJ_type_release ();
 XBT_PUBLIC(simgrid::instr::Type*) PJ_type_get_root();
 
 /* instr_config.c */
 XBT_PUBLIC(simgrid::instr::Type*) PJ_type_get_root();
 
 /* instr_config.c */