From 2e3ca6ca46fd9352e02c140cabd1a2f979b3ce6d Mon Sep 17 00:00:00 2001 From: Ish Date: Tue, 16 Oct 2012 10:58:38 -0400 Subject: [PATCH] Remove unused child_process init and assignment from grunt.js. Closes gh-978 --- grunt.js | 2 -- 1 file changed, 2 deletions(-) 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"; -- 2.39.5