Skip to content

Commit

Permalink
[minor] Remove no longer used variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jun 7, 2017
1 parent a16e146 commit 62d2a60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions primus.js
Expand Up @@ -345,8 +345,7 @@ Primus.prototype.reserved.events = {
* @api private
*/
Primus.prototype.initialise = function initialise(options) {
var primus = this
, start;
var primus = this;

primus.recovery
.on('reconnected', primus.emits('reconnected'))
Expand All @@ -368,8 +367,6 @@ Primus.prototype.initialise = function initialise(options) {
if (readyState !== primus.readyState) {
primus.emit('readyStateChange', 'opening');
}

start = +new Date();
});

primus.on('incoming::open', function opened() {
Expand Down

0 comments on commit 62d2a60

Please sign in to comment.