From c9cc80455ff29fd2c8622c9487ec9c57ade6ea30 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Thu, 1 Nov 2018 16:15:57 +0000 Subject: IVGCVSW-1946: Remove armnn/src from the include paths Change-Id: I663a0a0fccb43ee960ec070121a59df9db0bb04e --- src/backends/BackendContextRegistry.hpp | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/backends/BackendContextRegistry.hpp (limited to 'src/backends/BackendContextRegistry.hpp') diff --git a/src/backends/BackendContextRegistry.hpp b/src/backends/BackendContextRegistry.hpp deleted file mode 100644 index c48d5b2c4b..0000000000 --- a/src/backends/BackendContextRegistry.hpp +++ /dev/null @@ -1,27 +0,0 @@ -// -// Copyright © 2017 Arm Ltd. All rights reserved. -// SPDX-License-Identifier: MIT -// -#pragma once - -#include -#include -#include "RegistryCommon.hpp" -#include "IBackendContext.hpp" - -namespace armnn -{ - -using BackendContextRegistry = RegistryCommon; - -BackendContextRegistry& BackendContextRegistryInstance(); - -template <> -struct RegisteredTypeName -{ - static const char * Name() { return "IBackendContext"; } -}; - -} // namespace armnn -- cgit v1.2.1