Skip to content

Commit f036b88

Browse files
committed
Revert previous commit
1 parent 43d09bb commit f036b88

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

source/FAST/ProcessObject.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,4 @@ bool ProcessObject::hasReceivedLastFrameFlag() const {
474474
return lastFrame;
475475
}
476476

477-
ProcessObject::~ProcessObject() {
478-
479-
}
480-
481477
} // namespace fast

source/FAST/ProcessObject.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ class FAST_EXPORT ProcessObject : public AttributeObject {
171171
* @return
172172
*/
173173
bool hasReceivedLastFrameFlag() const;
174-
175-
// Without this, PythonProcessObject will cause crash on windows on connect
176-
virtual ~ProcessObject();
177174
protected:
178175
ProcessObject();
179176
// Flag to indicate whether the object has been modified

0 commit comments

Comments
 (0)