diff base/src/java/util/LinkedList.d @ 112:9f4c18c268b2

Update to compile and execute with dmd 2.052.
author kntroh
date Wed, 16 Mar 2011 21:53:53 +0900
parents e944a4cf537b
children 536e43f63c81
line wrap: on
line diff
--- a/base/src/java/util/LinkedList.d	Sat Nov 13 14:15:51 2010 +0100
+++ b/base/src/java/util/LinkedList.d	Wed Mar 16 21:53:53 2011 +0900
@@ -86,7 +86,6 @@
             list.clear();
         } else { // Phobos
             implMissing( __FILE__, __LINE__ );
-            return false;
         }
     }
     Object     clone(){