diff --git a/grunt.js b/grunt.js index 029106007..9138925d7 100644 --- a/grunt.js +++ b/grunt.js @@ -8,8 +8,6 @@ /*jshint node: true */ /*global config:true, task:true, process:true*/ -var child_process = require("child_process"); - module.exports = function( grunt ) { "use strict";