diff options
Diffstat (limited to '')
-rw-r--r-- | sql/protocol.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/protocol.cc b/sql/protocol.cc index 6667129d..d2ef52e0 100644 --- a/sql/protocol.cc +++ b/sql/protocol.cc @@ -414,7 +414,6 @@ static bool write_eof_packet(THD *thd, NET *net, bool Protocol::net_send_error_packet(THD *thd, uint sql_errno, const char *err, const char* sqlstate) - { NET *net= &thd->net; uint length; |