diff options
Diffstat (limited to 'storage/spider/spd_db_conn.h')
-rw-r--r-- | storage/spider/spd_db_conn.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/storage/spider/spd_db_conn.h b/storage/spider/spd_db_conn.h index 0dfe9b16fad..f0821454f48 100644 --- a/storage/spider/spd_db_conn.h +++ b/storage/spider/spd_db_conn.h @@ -1220,12 +1220,6 @@ int spider_db_close_handler( uint tgt_conn_kind ); -#if defined(HS_HAS_SQLCOM) && defined(HAVE_HANDLERSOCKET) -void spider_db_hs_request_buf_reset( - SPIDER_CONN *conn -); -#endif - bool spider_db_conn_is_network_error( int error_num ); |