Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This structure was not necessary
authorChristophe Thiéry <christopho128@gmail.com>
Mon, 7 Nov 2011 21:14:27 +0000 (22:14 +0100)
committerChristophe Thiéry <christopho128@gmail.com>
Mon, 7 Nov 2011 21:14:45 +0000 (22:14 +0100)
src/bindings/lua/simgrid_lua.c

index 8daf996..71eb307 100644 (file)
@@ -20,13 +20,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(lua, bindings, "Lua Bindings");
 #define AS_MODULE_NAME "simgrid.AS"
 #define TRACE_MODULE_NAME "simgrid.Trace"
 
-/**
- * @brief Userdata type for tasks.
- */
-typedef struct s_sglua_task {
-  m_task_t msg_task;    /**< the task, or NULL if I sent it to someone else */
-} s_sglua_task_t, *sglua_task_t;
-
 static lua_State* sglua_maestro_state;
 
 static void register_c_functions(lua_State *L);