diff --git a/Data Structure/Linked List.cpp b/Data Structure/Linked List.cpp index a9b839114..cf976e3a5 100644 --- a/Data Structure/Linked List.cpp +++ b/Data Structure/Linked List.cpp @@ -131,7 +131,6 @@ int main() case 1: cout << "\nEnter the element to be inserted : "; cin >> x; - ; insert(x); break; case 2: