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