Skip to content

Commit 82688f0

Browse files
committed
Remove unused code
1 parent 4c011e2 commit 82688f0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"semver": "^7.3.7",
5757
"tar": "~6.1.11",
5858
"tcp-port-used": "~1.0.2",
59-
"tmp": "~0.2.1",
6059
"ws": "~8.8.1"
6160
},
6261
"devDependencies": {

src/installer/stages/platformio-core.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import BaseStage from './base';
1616
import { callInstallerScript } from '../get-platformio';
1717
import { promises as fs } from 'fs';
1818
import path from 'path';
19-
import tmp from 'tmp';
2019

2120
export default class PlatformIOCoreStage extends BaseStage {
2221
static getBuiltInPythonDir() {
@@ -25,7 +24,6 @@ export default class PlatformIOCoreStage extends BaseStage {
2524

2625
constructor() {
2726
super(...arguments);
28-
tmp.setGracefulCleanup();
2927
this.configureBuiltInPython();
3028
}
3129

0 commit comments

Comments
 (0)