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

@ -19,16 +19,6 @@
namespace maxscale
{
void SessionCommand::mark_reply_received()
{
m_reply_sent = true;
}
bool SessionCommand::is_reply_received() const
{
return m_reply_sent;
}
uint8_t SessionCommand::get_command() const
{
return m_command;