From cee94f65d2b5fea8b3d9dc66993356a4a0f0c88d Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 10 Sep 2021 14:08:13 +0200 Subject: [PATCH] wip --- .../slsDetectorServer/include/programFpgaBlackfin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/slsDetectorServers/slsDetectorServer/include/programFpgaBlackfin.h b/slsDetectorServers/slsDetectorServer/include/programFpgaBlackfin.h index 7b8499581..465a4b467 100644 --- a/slsDetectorServers/slsDetectorServer/include/programFpgaBlackfin.h +++ b/slsDetectorServers/slsDetectorServer/include/programFpgaBlackfin.h @@ -16,7 +16,6 @@ void resetFPGA(); * verify memory available to copy * open file to copy */ -int deleteOldFile(char *mess); int preparetoCopyFPGAProgram(FILE **fd, uint64_t fsize, char *mess); int copyToFlash(ssize_t fsize, char *clientChecksum, char *mess); int getDrive(char *mess);