throw away old code, prepare tests
[epclust.git] / old_C_code / stage1 / src / MPI_Communication / pack.h
diff --git a/old_C_code/stage1/src/MPI_Communication/pack.h b/old_C_code/stage1/src/MPI_Communication/pack.h
deleted file mode 100644 (file)
index 38338f7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PPAM_PACK_H
-#define PPAM_PACK_H
-
-#include "Util/types.h"
-
-// serialize a Work_t object into a bytes string
-void pack_work(Work_t* work, uint32_t nbSeriesInChunk, Byte* packedWork);
-
-// serialize a Result_t object into a bytes string
-void pack_result(Result_t* result, Byte* packedResult);
-
-#endif