aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_ssd_mobilenet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_ssd_mobilenet.cpp')
-rw-r--r--examples/graph_ssd_mobilenet.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/graph_ssd_mobilenet.cpp b/examples/graph_ssd_mobilenet.cpp
index b3476b8e80..f2a8b30bb2 100644
--- a/examples/graph_ssd_mobilenet.cpp
+++ b/examples/graph_ssd_mobilenet.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019 ARM Limited.
+ * Copyright (c) 2018-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -54,9 +54,7 @@ public:
}
GraphSSDMobilenetExample(const GraphSSDMobilenetExample &) = delete;
GraphSSDMobilenetExample &operator=(const GraphSSDMobilenetExample &) = delete;
- GraphSSDMobilenetExample(GraphSSDMobilenetExample &&) = default; // NOLINT
- GraphSSDMobilenetExample &operator=(GraphSSDMobilenetExample &&) = default; // NOLINT
- ~GraphSSDMobilenetExample() override = default;
+ ~GraphSSDMobilenetExample() override = default;
bool do_setup(int argc, char **argv) override
{
// Parse arguments