Skip to content

Commit

Permalink
remove generic pool require
Browse files Browse the repository at this point in the history
  • Loading branch information
gdusbabek committed Jan 23, 2012
1 parent f76849a commit ed97511
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ var async = require('async');
var Cassandra = require('./gen-nodejs/Cassandra');
var ttypes = require('./gen-nodejs/cassandra_types');

var genericPool = require('generic-pool');

var Decoder = require('./decoder').Decoder;

var bufferToString = module.exports.bufferToString = require('./decoder').bufferToString;
Expand Down

0 comments on commit ed97511

Please sign in to comment.