From: Ish Date: Tue, 16 Oct 2012 14:58:38 +0000 (-0400) Subject: Remove unused child_process init and assignment from grunt.js. Closes gh-978 X-Git-Tag: 1.9.0b1~196 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2e3ca6ca46fd9352e02c140cabd1a2f979b3ce6d;p=jquery.git Remove unused child_process init and assignment from grunt.js. Closes gh-978 --- 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";