Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill tesh2 out of the source tree
[simgrid.git] / tools / tesh2 / include / units.h
diff --git a/tools/tesh2/include/units.h b/tools/tesh2/include/units.h
deleted file mode 100644 (file)
index 46cd698..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef __UNITS_H      \r
-#define __UNITS_H\r
-\r
-#include <com.h>\r
-    \r
-#ifdef __cplusplus\r
-extern "C" {
-  \r
-#endif  /* \r */
-  \r units_t \r units_new(runner_t runner, fstreams_t fstreams);
-  \r \r int \r units_is_empty(units_t unit);
-  \r \r int \r units_get_size(units_t unit);
-  \r \r int \r units_run_all(units_t units, xbt_os_mutex_t mutex);
-  \r \r int \r units_join_all(units_t units);
-  \r \r int \r units_interrupt_all(units_t units);
-  \r \r int \r units_reset_all(units_t units);
-  \r \r \r int \r units_summuarize(units_t units);
-  \r \r int \r units_free(void **unitsptr);
-  \r\r\r
-#ifdef __cplusplus\r
-extern} \r
-#endif  /* \r */
-\r \r
-#endif  /* !__UNITS_H */\r
-\r \r