mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Removed an unused method.
Change-Id: Ia49cb3b968061c5e23d2ab10925bde85ffd5350c
This commit is contained in:
parent
2356094497
commit
9a576557ed
1 changed files with 2 additions and 7 deletions
|
@ -353,7 +353,7 @@ public abstract class PDOMBinding extends PDOMNamedNode implements IPDOMBinding
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
final public boolean isFileLocal() throws CoreException {
|
public final boolean isFileLocal() throws CoreException {
|
||||||
return getDB().getRecPtr(record + LOCAL_TO_FILE) != 0;
|
return getDB().getRecPtr(record + LOCAL_TO_FILE) != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -442,7 +442,7 @@ public abstract class PDOMBinding extends PDOMNamedNode implements IPDOMBinding
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
final public void delete(PDOMLinkage linkage) throws CoreException {
|
public final void delete(PDOMLinkage linkage) throws CoreException {
|
||||||
assert false;
|
assert false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -467,11 +467,6 @@ public abstract class PDOMBinding extends PDOMNamedNode implements IPDOMBinding
|
||||||
return getBindings(new ScopeLookupData(name, resolve, prefix));
|
return getBindings(new ScopeLookupData(name, resolve, prefix));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public IBinding[] getBindings(IASTName name, boolean resolve, boolean prefix, IIndexFileSet fileSet) {
|
|
||||||
return IBinding.EMPTY_BINDING_ARRAY;
|
|
||||||
}
|
|
||||||
|
|
||||||
public IBinding[] getBindings(ScopeLookupData lookup) {
|
public IBinding[] getBindings(ScopeLookupData lookup) {
|
||||||
return IBinding.EMPTY_BINDING_ARRAY;
|
return IBinding.EMPTY_BINDING_ARRAY;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue