aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------3rdparty0
-rw-r--r--examples/graph_edsr.cpp4
2 files changed, 1 insertions, 3 deletions
diff --git a/3rdparty b/3rdparty
-Subproject 10027ddd13d7fbfec016407137c00213f6c4c63
+Subproject 4ff5f076e0e1dd4b43b8a58c43eca1b94ec19e2
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
{