diff --git a/packages/core/src/location-services.ts b/packages/core/src/location-services.ts index 781dce902c..547cdd0e45 100644 --- a/packages/core/src/location-services.ts +++ b/packages/core/src/location-services.ts @@ -148,6 +148,3 @@ export function buildLocationServiceMap( ), ) } - -// This is temporary for backwards compatibility -export const locationServiceMapLayer = buildLocationServiceMap() diff --git a/packages/core/src/plugin/runtime.ts b/packages/core/src/plugin/runtime.ts index f5ee1eb899..a7815ac810 100644 --- a/packages/core/src/plugin/runtime.ts +++ b/packages/core/src/plugin/runtime.ts @@ -120,7 +120,6 @@ export const providerLayerWithCell = (cell: Cell) => ) export const layer = layerWithCell(defaultCell) -export const providerLayer = providerLayerWithCell(defaultCell) export const node = makeGlobalNode({ service: Service, layer, deps: [] })