aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_srcnn955.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_srcnn955.cpp')
-rw-r--r--examples/graph_srcnn955.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/graph_srcnn955.cpp b/examples/graph_srcnn955.cpp
index 29faf72ac2..18921065d7 100644
--- a/examples/graph_srcnn955.cpp
+++ b/examples/graph_srcnn955.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:
}
GraphSRCNN955Example(const GraphSRCNN955Example &) = delete;
GraphSRCNN955Example &operator=(const GraphSRCNN955Example &) = delete;
- GraphSRCNN955Example(GraphSRCNN955Example &&) = default; // NOLINT
- GraphSRCNN955Example &operator=(GraphSRCNN955Example &&) = default; // NOLINT
- ~GraphSRCNN955Example() override = default;
+ ~GraphSRCNN955Example() override = default;
bool do_setup(int argc, char **argv) override
{
// Parse arguments