Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove useless functions
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 27 Jul 2015 08:32:07 +0000 (10:32 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 27 Jul 2015 08:32:07 +0000 (10:32 +0200)
src/mc/mc_object_info.cpp

index a3895bf..dfab094 100644 (file)
 namespace simgrid {
 namespace mc {
 
-// Free functions
-
-static void mc_frame_free(void* frame)
-{
-  delete (simgrid::mc::Frame*)frame;
-}
-
-static void mc_type_free(void* t)
-{
-  delete (simgrid::mc::Type*)t;
-}
-
 // Type
 
 Type::Type()