From 75d4cf86ec0ae3cf3b8909642b2b2c5763c26b39 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 6 Nov 2015 21:46:32 +0000 Subject: [PATCH] gulpfile: remove unused (and invalid) `_build-shred-maps` task --- gulpfile.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 8a45f3d144..4e4b9ab71f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -127,10 +127,6 @@ gulp.task('_shred-clean-api', function(cb) { return delPromise([ cleanPath, '!**/*.ovr.*' ]); }); -gulp.task('_build-shred-maps', function() { - return build-shred-maps(true); -}); - gulp.task('_zip-examples', function() { exampleZipper.zipExamples(_devguideShredOptions.examplesDir, _devguideShredOptions.zipDir); exampleZipper.zipExamples(_apiShredOptions.examplesDir, _apiShredOptions.zipDir);