From b4e02ea65cb282f9e4197cc69688120b8cc27f73 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 9 Dec 2009 00:41:55 +0100 Subject: [PATCH] bugfix: inconsequent tuple usage --- src/wrappers/mysql.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wrappers/mysql.nim b/src/wrappers/mysql.nim index 20a50b814a..e94afb1a2f 100755 --- a/src/wrappers/mysql.nim +++ b/src/wrappers/mysql.nim @@ -1119,7 +1119,6 @@ when defined(USE_OLD_FUNCTIONS): dynlib: External_library, importc: "mysql_create_db".} proc mysql_drop_db*(mysql: PMYSQL, DB: cstring): cint{.stdcall, dynlib: External_library, importc: "mysql_drop_db".} - proc mysql_reload*(mysql: PMySQL): cint proc net_safe_read*(mysql: PMYSQL): cuint{.cdecl, dynlib: mysqllib, importc: "net_safe_read".}