Skip to content

Commit ec7c1ea

Browse files
committed
chore: remove outdated code
1 parent 8f42d19 commit ec7c1ea

File tree

1 file changed

+0
-7
lines changed
  • packages/@vuepress/core/lib/node

1 file changed

+0
-7
lines changed

packages/@vuepress/core/lib/node/App.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ const createTemp = require('./createTemp')
2626
*/
2727

2828
module.exports = class App {
29-
static getInstance (...args) {
30-
if (!App._instance) {
31-
App._instance = new App(...args)
32-
}
33-
return App._instance
34-
}
35-
3629
/**
3730
* Instantiate the app context with a new API
3831
*

0 commit comments

Comments
 (0)