diff options
Diffstat (limited to 'src/server/events/SetPortValue.hpp')
-rw-r--r-- | src/server/events/SetPortValue.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |