aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/BackendContextRegistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/backendsCommon/BackendContextRegistry.cpp')
-rw-r--r--src/backends/backendsCommon/BackendContextRegistry.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/backends/backendsCommon/BackendContextRegistry.cpp b/src/backends/backendsCommon/BackendContextRegistry.cpp
deleted file mode 100644
index 0168a127af..0000000000
--- a/src/backends/backendsCommon/BackendContextRegistry.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// Copyright © 2017 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-
-#include "BackendContextRegistry.hpp"
-
-namespace armnn
-{
-
-BackendContextRegistry& BackendContextRegistryInstance()
-{
- static BackendContextRegistry instance;
- return instance;
-}
-
-} // namespace armnn