summaryrefslogtreecommitdiff
path: root/implementation/logging/src/logger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/logging/src/logger.cpp')
-rw-r--r--implementation/logging/src/logger.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/implementation/logging/src/logger.cpp b/implementation/logging/src/logger.cpp
deleted file mode 100644
index 9e22fd0..0000000
--- a/implementation/logging/src/logger.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (C) 2014-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
-// 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/.
-
-#include "../include/logger_impl.hpp"
-
-namespace vsomeip_v3 {
-
-std::shared_ptr<logger> logger::get() {
- return logger_impl::get();
-}
-
-} // namespace vsomeip_v3l