mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
deprecate
This commit is contained in:
parent
dbf7f21cd2
commit
5c2daef8ba
1 changed files with 6 additions and 0 deletions
|
@ -487,6 +487,12 @@ public class CCorePlugin extends Plugin {
|
|||
return ext;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param project
|
||||
* @return
|
||||
* @throws CoreException
|
||||
* @deprecated - use getBinaryParserExtensions(IProject project)
|
||||
*/
|
||||
public IBinaryParser[] getBinaryParser(IProject project) throws CoreException {
|
||||
IBinaryParser parsers[] = null;
|
||||
if (project != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue