From 4d36899956f14b1c1f9653046383fa737d0bc6d8 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 11 Oct 2014 23:02:09 +0200 Subject: [PATCH] kill dead code --- src/simix/smx_smurf.c | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/simix/smx_smurf.c b/src/simix/smx_smurf.c index 2b65704c34..49f3745ad0 100644 --- a/src/simix/smx_smurf.c +++ b/src/simix/smx_smurf.c @@ -90,30 +90,3 @@ void SIMIX_simcall_exit(smx_action_t action) break; } } - -/* New Simcal interface */ - -/* FIXME: add types for every simcall */ -//const char *simcall_types[NUM_SIMCALLS] = { [SIMCALL_HOST_EXECUTE] = "%s%p%f%f%p" }; -/* FIXME find a way to make this work -simcall_handler_t simcall_table[NUM_SIMCALLS] = { -#undef SIMCALL_ENUM_ELEMENT -#define SIMCALL_ENUM_ELEMENT(x,y) &y // generate strings from the enumeration values -SIMCALL_LIST -#undef SIMCALL_ENUM_ELEMENT -};*/ - -/* New Simcal interface */ - -/* FIXME: add types for every simcall */ -//const char *simcall_types[NUM_SIMCALLS] = { [SIMCALL_HOST_EXECUTE] = "%s%p%f%f%p", [SIMCALL_HOST_EXECUTION_WAIT] = "%p%p" }; - - -/*TOFIX find a way to make this work -simcall_handler_t simcall_table[NUM_SIMCALLS] = { -#undef SIMCALL_ENUM_ELEMENT -#define SIMCALL_ENUM_ELEMENT(x,y) &y // generate strings from the enumeration values -SIMCALL_LIST -#undef SIMCALL_ENUM_ELEMENT -};*/ - -- 2.20.1