aboutsummaryrefslogtreecommitdiff
path: root/src/armnnUtils/Logging.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnUtils/Logging.hpp')
-rw-r--r--src/armnnUtils/Logging.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/armnnUtils/Logging.hpp b/src/armnnUtils/Logging.hpp
deleted file mode 100644
index db60d389f6..0000000000
--- a/src/armnnUtils/Logging.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// Copyright © 2017 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-#pragma once
-
-
-#include "armnn/Utils.hpp"
-
-#include <boost/log/trivial.hpp>
-
-namespace armnnUtils
-{
-
-// Configures logging for the given Boost Log Core object.
-void ConfigureLogging(boost::log::core* core,
- bool printToStandardOutput,
- bool printToDebugOutput,
- armnn::LogSeverity severity);
-
-} \ No newline at end of file