Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Spurious ;
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 14 Mar 2019 15:42:45 +0000 (16:42 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 16 Mar 2019 14:59:15 +0000 (15:59 +0100)
src/kernel/EngineImpl.hpp

index 0778432..f824149 100644 (file)
@@ -21,7 +21,7 @@ class EngineImpl {
 
 public:
   EngineImpl() = default;
-  ;
+
   EngineImpl(const EngineImpl&) = delete;
   EngineImpl& operator=(const EngineImpl&) = delete;
   virtual ~EngineImpl();