Skip to content

Commit

Permalink
Remove cpu constants completely from code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaszw authored Oct 22, 2023
1 parent 62e2f1b commit 58ee8f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/protocol/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
const crypto = require('crypto');

let cpuInfo;
try {
cpuInfo = require('cpu-features')();
} catch {}

const { bindingAvailable, CIPHER_INFO, MAC_INFO } = require('./crypto.js');

Expand Down

0 comments on commit 58ee8f2

Please sign in to comment.