Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LinkedList by
Diff: LinkedList.cpp
- Revision:
- 6:e3ab7684c395
- Parent:
- 5:28e11c75b433
- Child:
- 7:4ed66162aaa8
diff -r 28e11c75b433 -r e3ab7684c395 LinkedList.cpp
--- a/LinkedList.cpp Mon May 13 04:38:05 2013 +0000
+++ b/LinkedList.cpp Tue May 14 23:06:11 2013 +0000
@@ -28,7 +28,6 @@
{
// clear the member
_head = 0;
-// _head->next = 0;
return;
}
