1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-26 10:25:32 +02:00

Remove unused suppress warning tag

This commit is contained in:
Uwe Stieber 2016-03-19 09:19:19 +01:00
parent 23e5ed3b10
commit 838e82efeb

View file

@ -46,7 +46,6 @@ public class ExternalExecutablesManager {
*
* @return The list of all saved external executables or <code>null</code>.
*/
@SuppressWarnings("cast")
public static List<Map<String, String>> load() {
List<Map<String, String>> l = new ArrayList<Map<String, String>>();