From 4377d2ec9ecc501442657f1c79ee4679fa69d636 Mon Sep 17 00:00:00 2001 From: Massimiliano Pinto Date: Sun, 12 May 2013 21:00:25 +0200 Subject: [PATCH] New version --- protocol_1.0/mod_skysql.c | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol_1.0/mod_skysql.c b/protocol_1.0/mod_skysql.c index 085e6fd48..560770819 100644 --- a/protocol_1.0/mod_skysql.c +++ b/protocol_1.0/mod_skysql.c @@ -53,7 +53,6 @@ static char *strend(register const char *s) int mysql_select_db(MYSQL_conn *conn, const char *db) { apr_status_t rv; - //uint8_t *packet_buffer = NULL; long bytes; int ret = 1; uint8_t packet_buffer[SMALL_CHUNK] = "";