Skip to content

Commit 4b868f7

Browse files
rickyesmmarchini
authored andcommitted
scripts: remove unwanted require
1 parent 5aad67d commit 4b868f7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

scripts/install.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
const child_process = require('child_process');
44
const os = require('os');
5-
const fs = require('fs');
6-
const path = require('path');
75

86
const lldb = require('./lldb');
97

scripts/windows.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use strict';
22

3-
const child_process = require('child_process');
43
const fs = require('fs');
54
const path = require('path');
65
const lldb = require('./lldb');

0 commit comments

Comments
 (0)