Skip to content

Commit

Permalink
completely remove internal copyFile function
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed May 29, 2018
1 parent 523c25c commit 4cb86ca
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,17 +285,6 @@ module.exports = function (dir, optionalId, optionalName, cfg, extEvents) {
});
};

/**
* Copy file to destination.
* @param {string} src for copying
* @param {string} dst for copying
* @return No return value
*/
function copyFile (src, dst) {
// FUTURE TODO drop dependency on shelljs.cp
cp(src, dst);
}

/**
* Recursively copies folder to destination, including symlinks.
* @param {string} src for copying
Expand Down

0 comments on commit 4cb86ca

Please sign in to comment.