Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Remove worker code.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 16, 2019
1 parent 8ddc705 commit df969f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 125 deletions.
8 changes: 0 additions & 8 deletions lib/fs_utils/pipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,4 @@ async function processFile(file, isStatic = false) {
return processed;
}

// function processFileParallel(file, isStatic) {
// const WorkerPool = require('../workers/pool');
// if (WorkerPool.instance) {
// return WorkerPool.instance.schedule([file, isStatic]);
// }
// return processFile(file, isStatic);
// }

module.exports = {processFile, setPlugins};
117 changes: 0 additions & 117 deletions lib/workers.js

This file was deleted.

0 comments on commit df969f9

Please sign in to comment.