mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
parent
5a4320d9e3
commit
48804f5ed9
2 changed files with 12 additions and 0 deletions
|
@ -616,3 +616,13 @@ These APIs will be removed and are replaced by versions with `requestor` paramet
|
|||
- org.eclipse.tm.internal.terminal.control.ITerminalViewControl.setTerminalTitle(String)
|
||||
|
||||
See https://github.com/eclipse-cdt/cdt/issues/494
|
||||
|
||||
## API Removals after December 2025
|
||||
|
||||
### Remove unreferenced methods in CDT
|
||||
|
||||
These APIs will be removed as they aren't used in CDT and have no known use case outside CDT either.
|
||||
|
||||
- org.eclipse.cdt.core.build.CBuildConfiguration.getScannerInfoCache()
|
||||
|
||||
See https://github.com/eclipse-cdt/cdt/issues/558
|
||||
|
|
|
@ -676,7 +676,9 @@ public abstract class CBuildConfiguration extends PlatformObject implements ICBu
|
|||
|
||||
/**
|
||||
* @since 6.1
|
||||
* @deprecated This method was never used in CDT.
|
||||
*/
|
||||
@Deprecated(forRemoval = true)
|
||||
protected ScannerInfoCache getScannerInfoCache() {
|
||||
return scannerInfoCache;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue