Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
drop the old Lua bindings for programmatic platform creation
[simgrid.git] / 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 (file)
index a42bc90..0000000
+++ /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 <lua.h>
-#include <string>
-
-std::string sglua_tostring(lua_State* L, int index);
-std::string sglua_keyvalue_tostring(lua_State* L, int key_index, int value_index);
-
-#endif