Skip to content
Snippets Groups Projects
Commit d3179607 authored by Alexander Turenko's avatar Alexander Turenko Committed by Igor Munkin
Browse files

lua: drop luaL_register_module()

The function was replaced by luaT_newmodule(). See commit e3cf5a5d
("lua: add built-in module registration function") for the motivation
and details.

Now all luaL_register_module() usages are eliminated (including
Tarantool Enterprise source code) and we can safely drop it.

Part of #7774
Follows up PR #8173

NO_DOC=no user visible changes: the function is internal
NO_TEST=see NO_DOC
NO_CHANGELOG=see NO_DOC
parent 65f66a6a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment