Skip to content

Commit a2f8aec

Browse files
committed
unwanted code removed
1 parent 13508e8 commit a2f8aec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

c/LinkedList/singly/list.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,4 @@ void printNodeAtIndex(LinkedList *list, int index) {
299299
curr = curr->next;
300300
}
301301
printf("Index out of bounds\n");
302-
}
303-
304-
#endif
302+
}

0 commit comments

Comments
 (0)