aboutsummaryrefslogtreecommitdiff
path: root/include/armnnUtils/Threads.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnnUtils/Threads.hpp')
-rw-r--r--include/armnnUtils/Threads.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/armnnUtils/Threads.hpp b/include/armnnUtils/Threads.hpp
deleted file mode 100644
index 4cecfd5079..0000000000
--- a/include/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();
-
-}
-}