sql: make function return void instead of int
Function tarantoolsqlEphemeralDrop() always returns 0. Let's make it return void to make code clean.
Loading
Please register or sign in to comment
Function tarantoolsqlEphemeralDrop() always returns 0. Let's make it return void to make code clean.