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