MXS-1625 Unnecessary function removed

This commit is contained in:
Johan Wikman
2018-04-11 14:16:24 +03:00
parent fff727e0c2
commit 77a258de86
2 changed files with 40 additions and 47 deletions

View File

@ -34,6 +34,10 @@ public:
{
public:
RouteInfo();
RouteInfo(uint32_t target,
uint8_t command,
uint32_t type_mask,
uint32_t stmt_id);
void reset();
@ -330,12 +334,6 @@ private:
uint8_t packet_type,
uint32_t *qtype);
uint32_t get_target_type(QueryClassifier::current_target_t current_target,
GWBUF *buffer,
uint8_t* command,
uint32_t* type,
uint32_t* stmt_id);
private:
class PSManager;
typedef std::shared_ptr<PSManager> SPSManager;