summaryrefslogtreecommitdiffstats
path: root/src/bin/d2/d2_controller.cc
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2023-02-11 14:26:00 +0100
committerRazvan Becheriu <razvan@isc.org>2023-02-11 14:26:00 +0100
commitedc827a9da7a2b4cf56d6f00b7de8c1759c671a2 (patch)
tree164b6b172d6b84a5a6d851ac28a51a9a1afab419 /src/bin/d2/d2_controller.cc
parent[#2702] moved cfgrpt inside process folder (diff)
downloadkea-edc827a9da7a2b4cf56d6f00b7de8c1759c671a2.tar.xz
kea-edc827a9da7a2b4cf56d6f00b7de8c1759c671a2.zip
[#2702] remove reference to config_report
Diffstat (limited to 'src/bin/d2/d2_controller.cc')
-rw-r--r--src/bin/d2/d2_controller.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/d2/d2_controller.cc b/src/bin/d2/d2_controller.cc
index ec486a5081..ba4e8de3c4 100644
--- a/src/bin/d2/d2_controller.cc
+++ b/src/bin/d2/d2_controller.cc
@@ -140,9 +140,6 @@ D2Controller::parseFile(const std::string& file_name) {
D2Controller::~D2Controller() {
}
-// Refer to config_report so it will be embedded in the binary.
-const char* const* d2_config_report = isc::detail::config_report;
-
std::string
D2Controller::getVersionAddendum() {
std::stringstream stream;