Imported Upstream version 1.64.0
[platform/upstream/boost.git] / boost / thread / executors / executor.hpp
index 9619820..1c751dd 100644 (file)
@@ -38,7 +38,7 @@ namespace boost
      * \par Synchronization
      * The completion of all the closures happen before the completion of the executor destructor.
      */
-    virtual ~executor() {};
+    virtual ~executor() {}
 
     /**
      * \par Effects