From cb9c9a470649bf91ae0b40b1fc41c2dae78615ff Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 3 Nov 2020 13:30:00 -0600 Subject: get rid of broken --- P2/lib/utils.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'P2/lib') diff --git a/P2/lib/utils.c b/P2/lib/utils.c index a1174e3..8549d8e 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -90,7 +90,6 @@ int hashFunction(char* Qkey, int reducers){ int getInterData(char *Qkey, int reducerID) { struct msgBuffer message= makeMessage(); //DEBUG! make sure it work. - // How do we traverse the directory if we're not given it as an arg? int id = openQueue(); //Likes to hang msgrcv(id, &message, MSGSIZE, reducerID, 0); @@ -105,8 +104,6 @@ void shuffle(int nMappers, int nReducers) { //TODO: Error checking!!!!!!!!!!!!! struct msgBuffer message = makeMessage(); //Once again, MAKE SURE THIS WORKS PROPERLY! - char path[50]; - // getcwd(path, 50); int id = openQueue(); for (int i = 1; i <= nMappers; i++) { char newpath[100]; -- cgit v1.2.3