aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Exceptions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Exceptions.hpp')
-rw-r--r--include/armnn/Exceptions.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/armnn/Exceptions.hpp b/include/armnn/Exceptions.hpp
index 980b57449d..19b7f87e5a 100644
--- a/include/armnn/Exceptions.hpp
+++ b/include/armnn/Exceptions.hpp
@@ -137,12 +137,6 @@ class TimeoutException : public Exception
using Exception::Exception;
};
-class BackendProfilingException : public Exception
-{
-public:
- using Exception::Exception;
-};
-
class PolymorphicDowncastException : public Exception
{
public: