2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 15:05:16 +00:00

[#2116] remove cql code

This commit is contained in:
Razvan Becheriu
2022-03-30 12:46:28 +03:00
parent c8060d7029
commit d41571ce17
171 changed files with 8964 additions and 28968 deletions

View File

@@ -57,9 +57,6 @@
#ifdef HAVE_PGSQL
#include <dhcpsrv/pgsql_lease_mgr.h>
#endif
#ifdef HAVE_CQL
#include <dhcpsrv/cql_lease_mgr.h>
#endif
#include <dhcpsrv/memfile_lease_mgr.h>
#include <boost/algorithm/string.hpp>
@@ -4129,9 +4126,6 @@ Dhcpv4Srv::getVersion(bool extended) {
#endif
#ifdef HAVE_PGSQL
tmp << PgSqlLeaseMgr::getDBVersion() << endl;
#endif
#ifdef HAVE_CQL
tmp << CqlLeaseMgr::getDBVersion() << endl;
#endif
tmp << Memfile_LeaseMgr::getDBVersion(Memfile_LeaseMgr::V4);