martinzink commented on code in PR #1474:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1474#discussion_r1050713606


##########
libminifi/include/EventDrivenSchedulingAgent.h:
##########
@@ -54,23 +45,16 @@ class EventDrivenSchedulingAgent : public 
ThreadedSchedulingAgent {
     time_slice_ = std::chrono::milliseconds(slice);
   }
 
+  EventDrivenSchedulingAgent(const EventDrivenSchedulingAgent &parent) = 
delete;
+  EventDrivenSchedulingAgent& operator=(const EventDrivenSchedulingAgent 
&parent) = delete;

Review Comment:
   :+1: You are right, removed from all the child class in 
https://github.com/apache/nifi-minifi-cpp/pull/1474/commits/d263e1b23eeb4aa21cf3a0a9c8eb22d413af6cee



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to