Skip to content

Commit

Permalink
removing unused licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Nov 8, 2023
1 parent 15958bd commit 15c06fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion x-pack/plugins/ml/public/application/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ const App: FC<AppProps> = ({ coreStart, deps, appMountParams, isServerless, mlFe
kibanaVersion: deps.kibanaVersion,
lens: deps.lens,
licenseManagement: deps.licenseManagement,
licensing: deps.licensing,
maps: deps.maps,
presentationUtil: deps.presentationUtil,
savedObjectsManagement: deps.savedObjectsManagement,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import type { SavedSearchPublicPluginStart } from '@kbn/saved-search-plugin/publ
import type { PresentationUtilPluginStart } from '@kbn/presentation-util-plugin/public';
import type { DataViewEditorStart } from '@kbn/data-view-editor-plugin/public';
import type { FieldFormatsStart } from '@kbn/field-formats-plugin/public';
import type { LicensingPluginStart } from '@kbn/licensing-plugin/public';
import type { UiActionsStart } from '@kbn/ui-actions-plugin/public';
import type { MlServicesContext } from '../../app';

Expand All @@ -47,7 +46,6 @@ interface StartPlugins {
fieldFormats: FieldFormatsStart;
lens: LensPublicStart;
licenseManagement?: LicenseManagementUIPluginSetup;
licensing: LicensingPluginStart;
maps?: MapsStartApi;
presentationUtil: PresentationUtilPluginStart;
savedObjectsManagement: SavedObjectsManagementPluginStart;
Expand Down

0 comments on commit 15c06fd

Please sign in to comment.