Skip to content

Commit

Permalink
Actually remove async everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 16, 2015
1 parent 913089e commit 9e75c36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/middlewares.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
var dgram = require('dgram')
, net = require('net')
, util = require('util')
, async = require('async')
, crypto = require('crypto')
, events = require('events')
, LRU = require('lru-cache')
Expand Down
1 change: 0 additions & 1 deletion test/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ var coap = require('../')
, tk = require('timekeeper')
, sinon = require('sinon')
, params = require('../lib/parameters')
, async = require('async')

describe('proxy', function() {
var server
Expand Down

0 comments on commit 9e75c36

Please sign in to comment.