diff --git a/include/wrapper/NonRealtime.hpp b/include/wrapper/NonRealtime.hpp index 0976ec6..9f1a41a 100644 --- a/include/wrapper/NonRealtime.hpp +++ b/include/wrapper/NonRealtime.hpp @@ -310,11 +310,6 @@ namespace impl { return false; } - void cleanup(World*) { - if(NRTCommand::mReplyAddress) - deleteReplyAddress(NRTCommand::mReplyAddress); - } //rt - bool mSuccess; };