Skip to content

Commit

Permalink
remove unused requires
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Oct 15, 2014
1 parent d28d15e commit c832f24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/jsdoc/doclet.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ var jsdoc = {
tag: {
Tag: require('jsdoc/tag').Tag,
dictionary: require('jsdoc/tag/dictionary')
},
util: {
doop: require('jsdoc/util/doop')
}
};
var path = require('jsdoc/path');
Expand Down
1 change: 0 additions & 1 deletion lib/jsdoc/src/astnode.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// TODO: docs
'use strict';

var doop = require('jsdoc/util/doop');
var Syntax = require('jsdoc/src/syntax').Syntax;
var util = require('util');

Expand Down

0 comments on commit c832f24

Please sign in to comment.