Cleanup copy-pasted part
This commit is contained in:
parent
bc4b9aa163
commit
6c87bcdcb8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue