From df050d8b1a0afc18e59978f6d940ece5dd9679d8 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 3 Nov 2020 19:11:55 -0600 Subject: help --- P2/lib/utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'P2/lib/utils.c') diff --git a/P2/lib/utils.c b/P2/lib/utils.c index 5ff4e2e..02f4a9f 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -67,7 +67,6 @@ void sendChunkData(char *inputFile, int nMappers) { //printf("SENT CHUNK: %s\nSENT CHUNK MAPPER: %ld\n",message.msgText, message.msgType); msgsnd(msgid, &message, MSGSIZE, 0); } - for (int i = 1; i <= nMappers; i++) { struct msgBuffer END = {i, "END"}; msgsnd(msgid, &END, MSGSIZE, 0); -- cgit v1.2.3