aboutsummaryrefslogtreecommitdiffstats
path: root/P2/src/mapreduce.c
diff options
context:
space:
mode:
Diffstat (limited to 'P2/src/mapreduce.c')
-rw-r--r--P2/src/mapreduce.c2
1 files changed, 0 insertions, 2 deletions
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;