console: drop unused serpent module
Since the commit ae7e2103 we use internal serializer thus we no longer need serpent code. The patch removes the references from the source code and .gitmodules file, still one might need to run | git submodule deinit -f third_party/serpent manually to clean up the working tree depending on local git version. Closes #5517 Signed-off-by:Cyrill Gorcunov <gorcunov@gmail.com>
Showing
- .gitmodules 0 additions, 3 deletions.gitmodules
- .luacheckrc 0 additions, 1 deletion.luacheckrc
- src/box/CMakeLists.txt 0 additions, 1 deletionsrc/box/CMakeLists.txt
- src/box/lua/console.c 0 additions, 26 deletionssrc/box/lua/console.c
- src/box/lua/serpent.lua 0 additions, 1 deletionsrc/box/lua/serpent.lua
- third_party/serpent 0 additions, 1 deletionthird_party/serpent
Loading
Please register or sign in to comment