Skip to content
Prev Previous commit
Next Next commit
Remove unused import
  • Loading branch information
rlivings39 committed May 4, 2023
commit 6b8f943af41ffe9001af6b83bfd1e824b074ec16
1 change: 0 additions & 1 deletion src/providers/navigation/NavigationSupportProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import PathResolver from './PathResolver'
import { connection } from '../../server'
import LifecycleNotificationHelper from '../../lifecycle/LifecycleNotificationHelper'
import { ActionErrorConditions, Actions, reportTelemetryAction } from '../../logging/TelemetryUtils'
import { MatlabClassInfo } from '../../indexing/FileInfoIndex'

/**
* Represents a code expression, either a single identifier or a dotted expression.
Expand Down