Minify: Un-export requestURI()

Nobody outside this file uses it.
This commit is contained in:
Richard Hansen 2021-02-11 15:26:32 -05:00 committed by John McLear
parent d9607f7c66
commit a952df2cf5

View file

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