mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
db44d771bb
commit
2c7f55ae19
1 changed files with 7 additions and 9 deletions
|
@ -47,7 +47,6 @@ public final class ASTProvider {
|
|||
* Wait flag.
|
||||
*/
|
||||
public static final class WAIT_FLAG {
|
||||
|
||||
String fName;
|
||||
|
||||
private WAIT_FLAG(String name) {
|
||||
|
@ -209,7 +208,6 @@ public final class ASTProvider {
|
|||
return false;
|
||||
|
||||
String id= ref.getId();
|
||||
|
||||
return CUIPlugin.EDITOR_ID.equals(id) || ref.getPart(false) instanceof CEditor;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue