From 331f0df3af28a0f102fa15d535758c930c79a179 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Mon, 27 Jul 2015 10:32:07 +0200 Subject: [PATCH] [mc] Remove useless functions --- src/mc/mc_object_info.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/mc/mc_object_info.cpp b/src/mc/mc_object_info.cpp index a3895bfddd..dfab0940be 100644 --- a/src/mc/mc_object_info.cpp +++ b/src/mc/mc_object_info.cpp @@ -17,18 +17,6 @@ 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() -- 2.20.1