From: Maxwell Pirtle Date: Mon, 20 Mar 2023 08:38:12 +0000 (+0100) Subject: Remove empty Comb.cpp X-Git-Tag: v3.34~284^2~1 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/87023e1238893bfe8013f93483d50d723d1665f8 Remove empty Comb.cpp --- diff --git a/MANIFEST.in b/MANIFEST.in index fc181417b0..67802ffbfa 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 index 790efd121c..0000000000 --- a/src/mc/explo/udpor/Comb.cpp +++ /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 diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 80c1416911..b1436e9d9d 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -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