From 9542f90d82a42096166d72109683abc165072297 Mon Sep 17 00:00:00 2001 From: Rob Hughes Date: Wed, 14 Jul 2021 09:48:54 +0100 Subject: NNXSW-3081 Move Filesystem.hpp and Threads.hpp to public include !android-nn-driver:5966 Change-Id: Ice0b4d2872bb0e09bfc0763034a206c3a8f24af4 Signed-off-by: Rob Hughes --- src/armnnUtils/Threads.hpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/armnnUtils/Threads.hpp (limited to 'src/armnnUtils/Threads.hpp') diff --git a/src/armnnUtils/Threads.hpp b/src/armnnUtils/Threads.hpp deleted file mode 100644 index 4cecfd5079..0000000000 --- a/src/armnnUtils/Threads.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// -// Copyright © 2020 Arm Ltd and Contributors. All rights reserved. -// SPDX-License-Identifier: MIT -// - -#pragma once - -namespace armnnUtils -{ -namespace Threads -{ - -int GetCurrentThreadId(); - -} -} -- cgit v1.2.1