X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a1350993ba746325984d3447974bec4dd001c9b7..a4bb00c8480e534de5fdf1b16dccbda13421a9fa:/src/bindings/lua/lua_utils.hpp diff --git a/src/bindings/lua/lua_utils.hpp b/src/bindings/lua/lua_utils.hpp deleted file mode 100644 index a42bc901f2..0000000000 --- a/src/bindings/lua/lua_utils.hpp +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright (c) 2010-2021. 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. */ - -/* SimGrid Lua helper functions */ - -#ifndef LUA_UTILS_HPP -#define LUA_UTILS_HPP - -#include -#include - -std::string sglua_tostring(lua_State* L, int index); -std::string sglua_keyvalue_tostring(lua_State* L, int key_index, int value_index); - -#endif