aboutsummaryrefslogtreecommitdiffstats
path: root/P2/lib/utils.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--P2/lib/utils.c1
1 files changed, 0 insertions, 1 deletions
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);