From 6c87bcdcb88ec55420e446bdc9e985e83e3cdc19 Mon Sep 17 00:00:00 2001 From: Dmitriy Lekomtsev Date: Wed, 29 Jul 2020 19:07:44 +0300 Subject: [PATCH] Cleanup copy-pasted part --- include/amqpcpp/voidfield.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/amqpcpp/voidfield.h b/include/amqpcpp/voidfield.h index 11f149a..3a1a4d3 100644 --- a/include/amqpcpp/voidfield.h +++ b/include/amqpcpp/voidfield.h @@ -59,16 +59,6 @@ public: return std::make_shared(); } - /** - * 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