Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Oct 26, 2023
1 parent 045aff9 commit a2a9162
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/connection_protocols/websocket.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
const HTTPS = require('https');
const StdLib = require('@doctormckay/stdlib');
const WS13 = require('websocket13');

const BaseConnection = require('./base.js');

let g_BootstrapSemaphore = new StdLib.Concurrency.Semaphore();
let g_LastWebsocketPing = 0;
let g_PingedServers = [];

/**
* @typedef CmServer
* @property {string} endpoint
Expand Down

0 comments on commit a2a9162

Please sign in to comment.