From 9c2225bdf2ba7413bccf12646c5c24ae8fb93d5f Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 27 Oct 2020 13:46:41 -0500 Subject: Bad workaround to add `ftok()` Probably doesn't work --- P2/src/mapreduce.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'P2/src/mapreduce.c') diff --git a/P2/src/mapreduce.c b/P2/src/mapreduce.c index c44adb6..962a9ca 100644 --- a/P2/src/mapreduce.c +++ b/P2/src/mapreduce.c @@ -42,9 +42,7 @@ int main(int argc, char *argv[]) { printf("ERROR: Mapper and Reducer count should be grater than zero...\n"); exit(0); } - char *inputFile = argv[3]; - bookeepingCode(); int status; -- cgit v1.2.3