From c799f33899c58e2967708720477101548ac925a5 Mon Sep 17 00:00:00 2001 From: Ahmed Abdellah Date: Thu, 24 Oct 2019 10:23:36 +0100 Subject: [PATCH] fixing c90 issue in util.c cont. again --- programs/util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/util.c b/programs/util.c index 10c4fe4b6..c79fe7d44 100644 --- a/programs/util.c +++ b/programs/util.c @@ -293,7 +293,6 @@ UTIL_createFileNamesTable_fromFileName(const char* inputFileName) { UTIL_DISPLAY("[TRACE] migration done\n"); - UTIL_DISPLAY("[TRACE] pos %zu inputFileSize %lu\n", pos, inputFileSize); if(pos > inputFileSize){ UTIL_freeFileNamesTable(filesTable); if(buf) free(buf);