From 35883da769fc2c27a5cbb84169e19729b4af67ab Mon Sep 17 00:00:00 2001 From: alegrand Date: Mon, 27 Mar 2006 22:04:53 +0000 Subject: [PATCH] I'm so lame. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1999 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/cpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surf/cpu.c b/src/surf/cpu.c index c24f936514..79ca465279 100644 --- a/src/surf/cpu.c +++ b/src/surf/cpu.c @@ -128,7 +128,6 @@ static void action_cancel(surf_action_t action) static void action_recycle(surf_action_t action) { DIE_IMPOSSIBLE; - return; } static void action_change_state(surf_action_t action, -- 2.20.1