diff --git a/inject.c b/inject.c deleted file mode 100644 index a10ed1517f58652d31378b1d647b22423e6689ca..0000000000000000000000000000000000000000 --- a/inject.c +++ /dev/null @@ -1,4 +0,0 @@ -#include <stdio.h> - -/* Injection of MPI_Isends and MPI_Irecvs into the queues. */ -void inject_one(void) {} diff --git a/readlog.c b/readlog.c deleted file mode 100644 index 84f63fa0111da8d4ee99adce3f4d1b81bc52ba98..0000000000000000000000000000000000000000 --- a/readlog.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <stdio.h> - -/** - * @brief read the output from a run of SWIFT with the MPI communication - * logger enabled. - * -void mpistalls_readlog(void) { - - - -}