Author: timotei
Date: Wed Jul 13 22:47:06 2011
New Revision: 50290

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50290&view=rev
Log:
eclipse plugin: Remove the forced return statement

Modified:
    
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/WesnothProjectBuilder.java

Modified: 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/WesnothProjectBuilder.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/WesnothProjectBuilder.java?rev=50290&r1=50289&r2=50290&view=diff
==============================================================================
--- 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/WesnothProjectBuilder.java
 (original)
+++ 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/WesnothProjectBuilder.java
 Wed Jul 13 22:47:06 2011
@@ -274,8 +274,6 @@
 
        protected boolean checkResource( IResource resource, IProgressMonitor 
monitor )
        {
-           if ( true )
-               return true;
                monitor.worked(5);
                if ( resource.exists() == false ||
                         monitor.isCanceled() )


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to