summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/dhcpsrv_db_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_db_log.h')
-rw-r--r--src/lib/dhcpsrv/dhcpsrv_db_log.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_db_log.h b/src/lib/dhcpsrv/dhcpsrv_db_log.h
deleted file mode 100644
index d5056243fd..0000000000
--- a/src/lib/dhcpsrv/dhcpsrv_db_log.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
-//
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-#ifndef DHCPSRV_DB_LOG_H
-#define DHCPSRV_DB_LOG_H
-
-#include <database/db_log.h>
-
-namespace isc {
-namespace dhcp {
-
-/// @brief DHCP server database message map
-extern const db::DbLogger::MessageMap dhcpsrv_db_message_map;
-
-/// @brief DHCP server database Logger
-///
-/// It is the default database logger.
-extern db::DbLogger dhcpsrv_db_logger;
-
-} // namespace dhcp
-} // namespace isc
-
-#endif // DHCPSRV_DB_LOG_H