Get *=default*ed default constructors
[folly.git] / folly / wangle / bootstrap / ServerBootstrap-inl.h
index 4b56de86628050ab775df870bc35c9018fa1bcbe..45eb8a032c4bbe7ba765082c8d9b3ded8eabe256 100644 (file)
@@ -40,7 +40,7 @@ class ServerAcceptor
       pipeline_->setPipelineManager(this);
     }
 
-    ~ServerConnection() {}
+    ~ServerConnection() = default;
 
     void timeoutExpired() noexcept override {
     }