MXS-2068: Remove unused code

This commit is contained in:
Markus Mäkelä
2018-09-24 23:17:36 +03:00
parent a32361e894
commit 60cb8127a0
2 changed files with 0 additions and 20 deletions

View File

@ -32,16 +32,6 @@ class SessionCommand
SessionCommand(const SessionCommand&);
SessionCommand& operator=(const SessionCommand&);
public:
/**
* @brief Mark reply as received
*/
void mark_reply_received();
/**
* @brief Check if the session command has received a reply
* @return True if the reply is already received
*/
bool is_reply_received() const;
/**
* @brief Get the command type of the session command