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