throw away old code, prepare tests
[epclust.git] / old_C_code / stage1 / src / MPI_Main / slave.h
diff --git a/old_C_code/stage1/src/MPI_Main/slave.h b/old_C_code/stage1/src/MPI_Main/slave.h
deleted file mode 100644 (file)
index b5ef443..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef PPAM_SLAVE_H
-#define PPAM_SLAVE_H
-
-#include <stdint.h>
-
-// code executed by slave process
-void slave_run(int myrank, uint32_t nbSeriesInChunk, uint32_t nbClusters);
-
-#endif