diff --git a/lib/server/main.js b/lib/server/main.js index 431dd8d7..74bde178 100644 --- a/lib/server/main.js +++ b/lib/server/main.js @@ -10,7 +10,7 @@ SLASH, ISWIN32, - ext, dir, parseRange, + ext, dir, path, fs, zlib, url, pipe, CloudFunc, diffPatch, querystring, time, OK, RANGE, FILE_NOT_FOUND, MOVED_PERMANENTLY, @@ -115,7 +115,6 @@ exports.hash = srvrequire('hash'), diffPatch = librequire('diff/diff-match-patch').diff_match_patch, exports.diff = new (librequire('diff').DiffProto)(diffPatch), - parseRange = srvrequire('parse-range'); exports.time = time = srvrequire('time'); exports.users = srvrequire('users'); exports.rest = srvrequire('rest').api,