1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

remove misleading TODO

Change-Id: I4b3bb8a1441ae662f34edf08daf8d272f86e08cd
Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
This commit is contained in:
Martin Weber 2021-08-27 18:46:45 +02:00
parent c410447f12
commit 2a257657c3

View file

@ -121,7 +121,6 @@ public class CompileCommandsJsonParser {
*
* @param parseRequest the parser configuration
*/
// TODO interface ICBuildConfiguration should be sufficient here
public CompileCommandsJsonParser(ParseRequest parseRequest) {
this.parseRequest = Objects.requireNonNull(parseRequest, "parseRequest"); //$NON-NLS-1$
prefsAccess = EclipseContextFactory.getServiceContext(FrameworkUtil.getBundle(getClass()).getBundleContext())