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:
parent
23e5ed3b10
commit
838e82efeb
1 changed files with 0 additions and 1 deletions
|
@ -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>>();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue