Skip to content

Commit

Permalink
removed deprecated require('sys')
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lindsey committed Feb 4, 2012
1 parent 82f8506 commit 70a1c2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions lib/sns.js
@@ -1,7 +1,6 @@
var
util = require('util'),
aws = require('./aws'),
sys = require('sys'),
_ = require('./util');

// Version Information
Expand Down Expand Up @@ -101,4 +100,4 @@ var Response = module.exports.Response = function(response) {
}
}

util.inherits(Response, aws.Response);
util.inherits(Response, aws.Response);
1 change: 0 additions & 1 deletion simpleSnsCommander.js
Expand Up @@ -2,7 +2,6 @@

var program = require('commander');
var color = require('colors');
var sys = require('sys');
var aws = require('./lib/aws');

var client = aws.createClient({
Expand Down

0 comments on commit 70a1c2d

Please sign in to comment.