aboutsummaryrefslogtreecommitdiff
path: root/src/executor_test.cc
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2019-03-22 10:07:14 -0700
committerGitHub <noreply@github.com>2019-03-22 10:07:14 -0700
commit710813ea9ec2e05d2898f60e33a5100dca5ce03c (patch)
tree3365425321801a850ba51f67822e0a96d10233ec /src/executor_test.cc
parente1a291206683118d5324f5d671f13d29aae60aa5 (diff)
downloadamber-710813ea9ec2e05d2898f60e33a5100dca5ce03c.tar.gz
Move engine shutdown to destructor (#396)
This CL removes code from the engine Shutdown methods and puts it into the destructor instead. Issue #42.
Diffstat (limited to 'src/executor_test.cc')
-rw-r--r--src/executor_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/executor_test.cc b/src/executor_test.cc
index 60828a0..8ced0f1 100644
--- a/src/executor_test.cc
+++ b/src/executor_test.cc
@@ -44,8 +44,6 @@ class EngineStub : public Engine {
return {};
}
- Result Shutdown() override { return {}; }
-
const std::vector<std::string>& GetFeatures() const { return features_; }
const std::vector<std::string>& GetDeviceExtensions() const {
return device_extensions_;