Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove empty Comb.cpp
authorMaxwell Pirtle <maxwellpirtle@gmail.com>
Mon, 20 Mar 2023 08:38:12 +0000 (09:38 +0100)
committerMaxwell Pirtle <maxwellpirtle@gmail.com>
Mon, 20 Mar 2023 08:38:12 +0000 (09:38 +0100)
MANIFEST.in
src/mc/explo/udpor/Comb.cpp [deleted file]
tools/cmake/DefinePackages.cmake

index fc18141..67802ff 100644 (file)
@@ -2156,7 +2156,6 @@ include src/mc/explo/LivenessChecker.hpp
 include src/mc/explo/UdporChecker.cpp
 include src/mc/explo/UdporChecker.hpp
 include src/mc/explo/simgrid_mc.cpp
-include src/mc/explo/udpor/Comb.cpp
 include src/mc/explo/udpor/Comb.hpp
 include src/mc/explo/udpor/Configuration.cpp
 include src/mc/explo/udpor/Configuration.hpp
diff --git a/src/mc/explo/udpor/Comb.cpp b/src/mc/explo/udpor/Comb.cpp
deleted file mode 100644 (file)
index 790efd1..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Copyright (c) 2008-2023. The SimGrid Team. All rights reserved.          */
-
-/* This program is free software; you can redistribute it and/or modify it
- * under the terms of the license (GNU LGPL) which comes with this package. */
-
-#include "src/mc/explo/udpor/Comb.hpp"
-
-namespace simgrid::mc::udpor {
-
-} // namespace simgrid::mc::udpor
\ No newline at end of file
index 80c1416..b1436e9 100644 (file)
@@ -531,7 +531,6 @@ set(MC_SRC
   src/mc/explo/UdporChecker.hpp
   
   src/mc/explo/udpor/Comb.hpp
-  src/mc/explo/udpor/Comb.cpp
   src/mc/explo/udpor/Configuration.hpp
   src/mc/explo/udpor/Configuration.cpp
   src/mc/explo/udpor/EventSet.cpp