From b75a9280f3eb85ab5739a63a79404141fdbc28d7 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 3 Nov 2017 16:42:02 -0500 Subject: [PATCH] notime --- src/lib/ll.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/ll.c b/src/lib/ll.c index 55aa90af..103388ae 100755 --- a/src/lib/ll.c +++ b/src/lib/ll.c @@ -259,7 +259,6 @@ void Movenode(struct node** destRef, struct node** sourceRef) /* Move dest to point to the new node */ *destRef = newnode; } -#endif /* Function to insert a node at the beginging of the linked list */ -- 2.39.2