Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a now useless file
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 15 Feb 2023 23:31:13 +0000 (00:31 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 15 Feb 2023 23:31:58 +0000 (00:31 +0100)
MANIFEST.in
src/surf/surf_interface.cpp [deleted file]
tools/cmake/DefinePackages.cmake

index 3800775..4ca7368 100644 (file)
@@ -2435,7 +2435,6 @@ include src/surf/ns3/ns3_simulator.hpp
 include src/surf/ptask_L07.cpp
 include src/surf/ptask_L07.hpp
 include src/surf/sg_platf.cpp
-include src/surf/surf_interface.cpp
 include src/surf/surf_interface.hpp
 include src/surf/xml/platf.hpp
 include src/surf/xml/platf_private.hpp
diff --git a/src/surf/surf_interface.cpp b/src/surf/surf_interface.cpp
deleted file mode 100644 (file)
index 810a35a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Copyright (c) 2004-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 <string>
-#include <vector>
-
-std::vector<std::string> surf_path;
index 4310792..8bb7958 100644 (file)
@@ -359,7 +359,6 @@ set(SURF_SRC
   src/surf/network_constant.cpp
   src/surf/ptask_L07.cpp
   src/surf/sg_platf.cpp
-  src/surf/surf_interface.cpp
   src/surf/xml/platf.hpp
   src/surf/xml/platf_private.hpp
   src/surf/xml/surfxml_parseplatf.cpp