diff options
Diffstat (limited to '')
-rw-r--r-- | P2/lib/utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c index db815be..d1da70c 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -79,9 +79,7 @@ int getInterData(char *Qkey, int reducerID) { } void shuffle(int nMappers, int nReducers) { - //TODO: Error checking!!!!!!!!!!!!! struct msgBuffer message = makeMessage(); - //Once again, MAKE SURE THIS WORKS PROPERLY! int id = openQueue(); for (int i = 1; i <= nMappers; i++) { char newpath[100]; |