summaryrefslogtreecommitdiffstats
path: root/src/bin/d2/d2_process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/d2/d2_process.cc')
-rw-r--r--src/bin/d2/d2_process.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/bin/d2/d2_process.cc b/src/bin/d2/d2_process.cc
index 4070ff4856..c950bf06f4 100644
--- a/src/bin/d2/d2_process.cc
+++ b/src/bin/d2/d2_process.cc
@@ -362,19 +362,6 @@ D2Process::reconfigureQueueMgr() {
}
}
-isc::data::ConstElementPtr
-D2Process::command(const std::string& command,
- isc::data::ConstElementPtr args) {
- // @todo This is the initial implementation. If and when D2 is extended
- // to support its own commands, this implementation must change. Otherwise
- // it should reject all commands as it does now.
- LOG_DEBUG(d2_logger, DBGLVL_TRACE_BASIC, DHCP_DDNS_COMMAND)
- .arg(command).arg(args ? args->str() : "(no args)");
-
- return (isc::config::createAnswer(COMMAND_INVALID, "Unrecognized command: "
- + command));
-}
-
D2Process::~D2Process() {
};