From fbd80f706ee092de7e69830c3db17f9f17bbaeac Mon Sep 17 00:00:00 2001 From: Vladimir Davydov <vdavydov.dev@gmail.com> Date: Sat, 22 Sep 2018 19:46:44 +0300 Subject: [PATCH] Remove key_def_new_with_parts from exports Closes #3311 --- extra/exports | 6 ------ 1 file changed, 6 deletions(-) diff --git a/extra/exports b/extra/exports index 319d2c4b06..5f69e07309 100644 --- a/extra/exports +++ b/extra/exports @@ -356,9 +356,3 @@ luaJIT_setmode luaJIT_profile_start luaJIT_profile_stop luaJIT_profile_dumpstack - -# Temporary - -# Important! This function will be removed from exports soon (in the scope of -# 1.9.1). Don't use it. -key_def_new_with_parts -- GitLab