1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 23:05:47 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2009-04-16 06:50:15 +00:00
parent 3b65fc9dad
commit 2e58269b33

View file

@ -541,10 +541,7 @@ public class Conversions {
} }
cost.source= source; cost.source= source;
cost.target= target; cost.target= target;
if (source.isSameType(target)) return source.isSameType(target);
return true;
return false;
} }
/** /**