Browse Source

[5189] Removed unused variable.

Marcin Siodelski 8 years ago
parent
commit
80b2f09c00
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/bin/agent/ca_command_mgr.h

+ 0 - 3
src/bin/agent/ca_command_mgr.h

@@ -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