From 2725ba298f2c1788816f30e2288c6974f4180b21 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 2 May 2021 21:25:59 +0200 Subject: [PATCH] refactor: remove unused code --- src/store.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/store.ts b/src/store.ts index 21673567..cf806947 100644 --- a/src/store.ts +++ b/src/store.ts @@ -185,11 +185,6 @@ function initStore( : /* istanbul ignore next */ Symbol() - // avoid warnings with injections not found - if (pinia._a) { - pinia._a.provide(injectionSymbol, null) - } - return [ storeWithState, { -- 2.47.2