aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_mobilenet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_mobilenet.cpp')
-rw-r--r--examples/graph_mobilenet.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/graph_mobilenet.cpp b/examples/graph_mobilenet.cpp
index 23653c52c8..bb893998be 100644
--- a/examples/graph_mobilenet.cpp
+++ b/examples/graph_mobilenet.cpp
@@ -45,9 +45,7 @@ public:
}
GraphMobilenetExample(const GraphMobilenetExample &) = delete;
GraphMobilenetExample &operator=(const GraphMobilenetExample &) = delete;
- GraphMobilenetExample(GraphMobilenetExample &&) = default; // NOLINT
- GraphMobilenetExample &operator=(GraphMobilenetExample &&) = default; // NOLINT
- ~GraphMobilenetExample() override = default;
+ ~GraphMobilenetExample() override = default;
bool do_setup(int argc, char **argv) override
{
// Parse arguments