From: Marcin Siodelski Date: Wed, 5 Sep 2018 06:46:33 +0000 (+0200) Subject: [#28,!20] Removed config_backend_mgr.h X-Git-Tag: 134-bugs--xcode-10_base~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6a7e2462c864f9e0747865dcacbef9ea72d2827;p=thirdparty%2Fkea.git [#28,!20] Removed config_backend_mgr.h --- diff --git a/src/lib/config_backend/config_backend_mgr.h b/src/lib/config_backend/config_backend_mgr.h deleted file mode 100644 index fc69ee8567..0000000000 --- a/src/lib/config_backend/config_backend_mgr.h +++ /dev/null @@ -1,23 +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 CONFIG_BACKEND_MGR_H -#define CONFIG_BACKEND_MGR_H - -namespace isc { -namespace cb { - -class ConfigBackendMgr { -public: - - -}; - -} // end of namespace isc::cb -} // end of namespace isc - -#endif // CONFIG_BACKEND_MGR_H