+++ /dev/null
-// 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