mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 13:55:39 +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>.
|
* @return The list of all saved external executables or <code>null</code>.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("cast")
|
|
||||||
public static List<Map<String, String>> load() {
|
public static List<Map<String, String>> load() {
|
||||||
List<Map<String, String>> l = new ArrayList<Map<String, String>>();
|
List<Map<String, String>> l = new ArrayList<Map<String, String>>();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue