throw away old code, prepare tests
[epclust.git] / old_C_code / stage1 / src / TimeSeries / deserialize.h
diff --git a/old_C_code/stage1/src/TimeSeries/deserialize.h b/old_C_code/stage1/src/TimeSeries/deserialize.h
deleted file mode 100644 (file)
index aa6a3d6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PPAM_DESERIALIZE_H
-#define PPAM_DESERIALIZE_H
-
-#include <stdint.h>
-#include <stdlib.h>
-#include "Util/types.h"
-
-// deserialize a portion of a binary file into an array of PowerCurve
-PowerCurve* deserialize(const char* ifileName, const char* ofileName,
-       uint32_t* ranks, uint32_t nbRanks);
-
-#endif