Minify: Un-export `requestURI()`

Nobody outside this file uses it.
pull/4765/head
Richard Hansen 2021-02-11 15:26:32 -05:00 committed by John McLear
parent d9607f7c66
commit a952df2cf5
1 changed files with 0 additions and 1 deletions

View File

@ -384,7 +384,6 @@ const getFile = (filename, callback) => {
exports.minify = minify;
exports.requestURI = requestURI;
exports.requestURIs = requestURIs;
exports.shutdown = async (hookName, context) => {