Cleanup copy-pasted part
This commit is contained in:
parent
bc4b9aa163
commit
6c87bcdcb8
|
|
@ -59,16 +59,6 @@ public:
|
||||||
return std::make_shared<VoidField>();
|
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
|
* Get the size this field will take when
|
||||||
* encoded in the AMQP wire-frame format
|
* encoded in the AMQP wire-frame format
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue