aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-02-07 17:52:41 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-02-08 14:00:17 +0000
commit9c5d33a26ebc4be391ae4da9de584be2e453c78f (patch)
tree40c87372e1301bc43355dc29c5ae1ee6223b7f02 /include
parenta8d572dc48f47e66cd7abd6ad9b2d3a0f40ea94b (diff)
downloadarmnn-9c5d33a26ebc4be391ae4da9de584be2e453c78f.tar.gz
IVGCVSW-2672 Code cleanup after changes
* Minor code cleanup and refactoring Change-Id: I9c6390c15944686134ddf4b47839762f2bb13922 Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/armnn/Types.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index baf74437dc..598eaaf6be 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -114,8 +114,8 @@ using IBackendUniquePtr = std::unique_ptr<IBackend, void(*)(IBackend* backend)>;
class IDeviceSpec
{
protected:
- IDeviceSpec() {};
- virtual ~IDeviceSpec() {};
+ IDeviceSpec() {}
+ virtual ~IDeviceSpec() {}
};
/// Type of identifiers for bindable layers (inputs, outputs).