]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5189] Removed unused variable.
authorMarcin Siodelski <marcin@isc.org>
Fri, 26 May 2017 13:00:44 +0000 (15:00 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 26 May 2017 13:00:44 +0000 (15:00 +0200)
src/bin/agent/ca_command_mgr.h

index 17b59a0666794e0c0ea0be92570d3164f6bfdb6a..cad7614a82305e7f8805d304a5b821afd18e8412 100644 (file)
@@ -109,9 +109,6 @@ private:
     /// thus the constructor is private.
     CtrlAgentCommandMgr();
 
-    /// @brief Buffer into which responses to forwarded commands are stored.
-    std::array<char, 8192> receive_buf_;
-
 };
 
 } // end of namespace isc::agent