From 098832c5ca09894d743786a110edd0210cc030ee Mon Sep 17 00:00:00 2001 From: "kostja@bodhi.(none)" <> Date: Thu, 13 Dec 2007 04:19:23 +0300 Subject: [PATCH] Fix a compilation error. --- sql/protocol.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/protocol.cc b/sql/protocol.cc index f7b3a496447..c1fc1ce8643 100644 --- a/sql/protocol.cc +++ b/sql/protocol.cc @@ -74,7 +74,6 @@ bool Protocol_binary::net_store_data(const uchar *from, size_t length) */ void net_send_error(THD *thd, uint sql_errno, const char *err) { - NET *net= &thd->net; DBUG_ENTER("net_send_error"); DBUG_ASSERT(!thd->spcont);