Drop redundant void parameters from function declarations
[folly.git] / folly / executors / ThreadPoolExecutor.h
index 79ca29057088a41ba151582ae404fd6628658106..3de9ec591c3d0effebb2b5beab0758b46a559ff3 100644 (file)
@@ -50,7 +50,7 @@ class ThreadPoolExecutor : public virtual folly::Executor {
     threadFactory_ = std::move(threadFactory);
   }
 
-  std::shared_ptr<ThreadFactory> getThreadFactory(void) {
+  std::shared_ptr<ThreadFactory> getThreadFactory() {
     return threadFactory_;
   }