From: Eduardo San Martin Morote Date: Sun, 2 May 2021 19:25:59 +0000 (+0200) Subject: refactor: remove unused code X-Git-Tag: v2.0.0-alpha.14~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2725ba298f2c1788816f30e2288c6974f4180b21;p=thirdparty%2Fvuejs%2Fpinia.git refactor: remove unused code --- 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, {