martinzink commented on code in PR #2065:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2065#discussion_r2799318526
##########
core-framework/include/utils/ThreadPool.h:
##########
@@ -137,8 +135,7 @@ class WorkerThread {
*/
class ThreadPool {
public:
- ThreadPool(int max_worker_threads = 2,
- core::controller::ControllerServiceLookup*
controller_service_provider = nullptr, std::string name = "NamelessPool");
+ ThreadPool(int max_worker_threads = 2, std::string name = "NamelessPool");
Review Comment:
linter fix
```suggestion
explicit ThreadPool(int max_worker_threads = 2, std::string name =
"NamelessPool");
```
--
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]