Skip to content

Commit 5ee41db

Browse files
committed
Remove unused SQLite error functions.
1 parent a6f9c55 commit 5ee41db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/UDF.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ sqlreturn(context, val) = sqlite3_result_blob(context, sqlserial
3434

3535
sqlreturn(context, val::Bool) = sqlreturn(context, int(val))
3636

37-
sqludferror(context, msg::AbstractString) = sqlite3_result_error(context, msg)
38-
sqludferror(context, msg::UTF16String) = sqlite3_result_error16(context, msg)
39-
4037
# Internal method for generating an SQLite scalar function from
4138
# a Julia function name
4239
function scalarfunc(func,fsym=symbol(string(func)))

0 commit comments

Comments
 (0)