From 6e0aac63551376601055c985ba5dc66d7660f42b Mon Sep 17 00:00:00 2001 From: Inga Lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Mon, 26 Oct 2015 11:14:44 +0300 Subject: [PATCH] Code cleanup --- BuildServer/lib/tasks/copy.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/BuildServer/lib/tasks/copy.js b/BuildServer/lib/tasks/copy.js index e5a2d74..8d6da83 100644 --- a/BuildServer/lib/tasks/copy.js +++ b/BuildServer/lib/tasks/copy.js @@ -1,9 +1,6 @@ "use strict"; -var fs = require('fs'); var fse = require('fs-extra'); -var async = require('async'); -var glob = require('glob'); module.exports = function (params, processor) { return {