diff options
Diffstat (limited to 'src/mongo/tools/restore.cpp')
| -rw-r--r-- | src/mongo/tools/restore.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/tools/restore.cpp b/src/mongo/tools/restore.cpp index 35daa4c6f4d..e660bb541a4 100644 --- a/src/mongo/tools/restore.cpp +++ b/src/mongo/tools/restore.cpp @@ -459,7 +459,6 @@ private: int objSize; BSONObj obj; obj = fromjson (buf.get(), &objSize); - uassert(15934, "JSON object size didn't match file size", objSize == fileSize); return obj; } |
