Skip to content

Commit

Permalink
Update IDFBuildConfiguration.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaaa committed Sep 15, 2023
1 parent 099a2a9 commit 7b0db91
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,6 @@ private void processCompileCommandsFile(IConsole console, IProgressMonitor monit
CompileCommandsJsonParser parser = new CompileCommandsJsonParser(
new ParseRequest(file, new CMakeIndexerInfoConsumer(this::setScannerInformation, getProject()),
CommandLauncherManager.getInstance().getCommandLauncher(this), console));
parser.parse(monitor);
Job parseJob = new Job("Parse Compile Commands File")
{
protected IStatus run(IProgressMonitor monitor)
Expand Down

0 comments on commit 7b0db91

Please sign in to comment.