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