diff options
-rw-r--r-- | P1/src/mapper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/P1/src/mapper.c b/P1/src/mapper.c index 9d0a5e4..466fd0f 100644 --- a/P1/src/mapper.c +++ b/P1/src/mapper.c @@ -104,7 +104,6 @@ void writeIntermediateDS() { intermediateDS *root = &DS; intermediateDS *tempNode = root -> next; - // valueList *tempNode2 = tempNode -> value; while(tempNode != NULL) { // Get string of 1's associated with the word |