Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Remove code for the cpu tag
[simgrid.git] / src / bindings / lua / lua_platf.c
index f0bb012..2228697 100644 (file)
@@ -48,8 +48,6 @@ int console_open(lua_State *L) {
   storage_register_callbacks();
   routing_register_callbacks();
 
-  gpu_register_callbacks();
-
   return 0;
 }