summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrendan%mozilla.org <devnull@localhost>2001-07-31 19:05:09 +0000
committerbrendan%mozilla.org <devnull@localhost>2001-07-31 19:05:09 +0000
commit27de22312cc5723af6ffe077c28ad6658d7ee35c (patch)
tree0c1d481b4f6bd6a44898f038148490cc230fd881
parent3ee619a7be58ca971248cacad13e80df2aac05eb (diff)
downloadnspr-hg-27de22312cc5723af6ffe077c28ad6658d7ee35c.tar.gz
FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver.NOIMG_20010801_TAG
-rw-r--r--pr/src/md/mac/macio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pr/src/md/mac/macio.c b/pr/src/md/mac/macio.c
index 07aa4bc0..d9b75af6 100644
--- a/pr/src/md/mac/macio.c
+++ b/pr/src/md/mac/macio.c
@@ -451,8 +451,6 @@ PROffset32 _MD_LSeek(PRFileDesc *fd, PROffset32 offset, PRSeekWhence how)
OSErr err = noErr;
long curPos, endPos;
- PR_ASSERT(offset >= 0);
-
/* compute new mark */
switch (how) {
case PR_SEEK_SET: