From f2569702f9dcb377ccc29abad77862886e55ace8 Mon Sep 17 00:00:00 2001 From: Leonid Vasiliev <lvasiliev@tarantool.org> Date: Mon, 9 Aug 2021 18:12:10 +0300 Subject: [PATCH] export: remove "error_unpack_unsafe" from "exports" "error_unpack_unsafe" was removed from export in commit [1] and accidentally reanimated during rebase [2]. Let's remove "error_unpack_unsafe" from "exports". 1. https://github.com/tarantool/tarantool/commit/6aafa697e1ec8166df721573195711cea5ec3135 2. https://github.com/tarantool/tarantool/commit/5ceabb378d0169dc776449e45577515114e39f12 Follow-up #5932 --- extra/exports | 1 - 1 file changed, 1 deletion(-) diff --git a/extra/exports b/extra/exports index 2e8b6f0b39..9eaba12829 100644 --- a/extra/exports +++ b/extra/exports @@ -152,7 +152,6 @@ decimal_from_string decimal_unpack error_ref error_set_prev -error_unpack_unsafe error_unref exception_get_int exception_get_string -- GitLab