summaryrefslogtreecommitdiff
path: root/sql/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/protocol.h')
-rw-r--r--sql/protocol.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/protocol.h b/sql/protocol.h
index 1beb1175a11..7305d8dcadc 100644
--- a/sql/protocol.h
+++ b/sql/protocol.h
@@ -188,10 +188,6 @@ public:
bool net_send_error(THD *thd, uint sql_errno, const char *err,
const char* sqlstate);
void end_statement();
-
- friend int send_answer_1(Protocol *protocol, String *s1, String *s2,
- String *s3);
- friend int send_header_2(Protocol *protocol, bool for_category);
};