Cleanup copy-pasted part

This commit is contained in:
Dmitriy Lekomtsev 2020-07-29 19:07:44 +03:00
parent bc4b9aa163
commit 6c87bcdcb8
1 changed files with 0 additions and 10 deletions

View File

@ -59,16 +59,6 @@ public:
return std::make_shared<VoidField>();
}
/**
* We are an integer field
*
* @return true, because we are an integer
*/
bool isInteger() const override
{
return false;
}
/**
* Get the size this field will take when
* encoded in the AMQP wire-frame format