X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9943e496eb5e20347eac1a7a2533931327355389..68bf973c759c6eef597da8349276be4b60a6d124:/src/bindings/lua/lua_private.hpp diff --git a/src/bindings/lua/lua_private.hpp b/src/bindings/lua/lua_private.hpp index abcfd7070f..9b6110f1a2 100644 --- a/src/bindings/lua/lua_private.hpp +++ b/src/bindings/lua/lua_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2018. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -17,8 +17,6 @@ void sglua_register_host_functions(lua_State* L); msg_host_t sglua_check_host(lua_State* L, int index); void sglua_register_platf_functions(lua_State* L); - -const char* sglua_get_msg_error(msg_error_t err); } #define lua_ensure(...) _XBT_IF_ONE_ARG(_lua_ensure_ARG1, _lua_ensure_ARGN, __VA_ARGS__)(__VA_ARGS__)