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


##########
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:
   `SchedulingAgent` already seem to have these disabled



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to