Skip to content

Commit

Permalink
Remove unneeded require in win32
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas committed Jan 24, 2024
1 parent 6ec8713 commit 72c5232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/win32.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use strict";

var wmic = require('wmic'),
exec = require('child_process').exec,
os = require('os');

function get_wmic_ip_value(what, nic_name, cb){
Expand Down

0 comments on commit 72c5232

Please sign in to comment.