aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-11-04 10:51:23 -0600
committerMatt Strapp <strap012@umn.edu>2020-11-04 10:51:23 -0600
commitac21c4cb91d31bc7a74e76c6ef3f5cb8fa073f54 (patch)
treeadad22628a36741358cd948d0a71b97120f9df11
parentget rid of commetn (diff)
downloadcsci4061-ac21c4cb91d31bc7a74e76c6ef3f5cb8fa073f54.tar
csci4061-ac21c4cb91d31bc7a74e76c6ef3f5cb8fa073f54.tar.gz
csci4061-ac21c4cb91d31bc7a74e76c6ef3f5cb8fa073f54.tar.bz2
csci4061-ac21c4cb91d31bc7a74e76c6ef3f5cb8fa073f54.tar.lz
csci4061-ac21c4cb91d31bc7a74e76c6ef3f5cb8fa073f54.tar.xz
csci4061-ac21c4cb91d31bc7a74e76c6ef3f5cb8fa073f54.tar.zst
csci4061-ac21c4cb91d31bc7a74e76c6ef3f5cb8fa073f54.zip
get rid of comment
-rw-r--r--P2/lib/utils.c2
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];