From 8e9586ebf72db28f941d7748dd93983ddb5fbbc8 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 11 Aug 2016 22:08:09 +0200 Subject: [PATCH] remove a dupplicated file --- examples/s4u/CMakeLists.txt | 1 - examples/s4u/README | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 examples/s4u/README diff --git a/examples/s4u/CMakeLists.txt b/examples/s4u/CMakeLists.txt index 448705f49a..eb93952b95 100644 --- a/examples/s4u/CMakeLists.txt +++ b/examples/s4u/CMakeLists.txt @@ -29,7 +29,6 @@ set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/basic/deployment.x set(txt_files ${txt_files} ${CMAKE_CURRENT_SOURCE_DIR}/actions-comm/s4u_actions-comm_split_p0.txt ${CMAKE_CURRENT_SOURCE_DIR}/actions-comm/s4u_actions-comm_split_p1.txt ${CMAKE_CURRENT_SOURCE_DIR}/actions-comm/s4u_actions-comm.txt - ${CMAKE_CURRENT_SOURCE_DIR}/README ${CMAKE_CURRENT_SOURCE_DIR}/README.doc PARENT_SCOPE) foreach(example basic io mutex actions-comm) diff --git a/examples/s4u/README b/examples/s4u/README deleted file mode 100644 index 6c6dc9cb3c..0000000000 --- a/examples/s4u/README +++ /dev/null @@ -1,5 +0,0 @@ -S4U (Simgrid for you) is the next interface of SimGrid, expected to be released with SimGrid 4.0. - -Even if it's in a very preliminary state so far, you are welcome to try it and report any interface glitches that you -see. Be however warned that the interface will be modified until its final release. -You will have to adapt your code on the way. \ No newline at end of file -- 2.20.1