Skip to content

Commit

Permalink
scripts: remove unwanted require
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyes authored and mmarchini committed Aug 12, 2020
1 parent 5aad67d commit 4b868f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions scripts/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

const child_process = require('child_process');
const os = require('os');
const fs = require('fs');
const path = require('path');

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

Expand Down
1 change: 0 additions & 1 deletion scripts/windows.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

const child_process = require('child_process');
const fs = require('fs');
const path = require('path');
const lldb = require('./lldb');
Expand Down

0 comments on commit 4b868f7

Please sign in to comment.