chore(rest) rm parseRange

This commit is contained in:
coderaiser 2014-04-07 11:29:05 -04:00
parent 4e520d0522
commit 828f4faf6f

View file

@ -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,