diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-04 10:51:23 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-04 10:51:23 -0600 |
commit | ac21c4cb91d31bc7a74e76c6ef3f5cb8fa073f54 (patch) | |
tree | adad22628a36741358cd948d0a71b97120f9df11 | |
parent | get rid of commetn (diff) | |
download | csci4061-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.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]; |