From e2d1344c7c4960da1f57e656c87c4599d81988aa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Dec 2017 12:34:07 -0500 Subject: Remove trivial destructors and use default where possible --- src/server/events/SetPortValue.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/server/events/SetPortValue.hpp') diff --git a/src/server/events/SetPortValue.hpp b/src/server/events/SetPortValue.hpp index 07f1bbac..4df60019 100644 --- a/src/server/events/SetPortValue.hpp +++ b/src/server/events/SetPortValue.hpp @@ -47,8 +47,6 @@ public: bool activity, bool synthetic = false); - ~SetPortValue(); - bool pre_process(PreProcessContext& ctx); void execute(RunContext& context); void post_process(); -- cgit v1.2.1