summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/libs/read_write_concern_defaults_propagation_common.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/jstests/libs/read_write_concern_defaults_propagation_common.js b/jstests/libs/read_write_concern_defaults_propagation_common.js
index 22167cd48f3..474a9828af0 100644
--- a/jstests/libs/read_write_concern_defaults_propagation_common.js
+++ b/jstests/libs/read_write_concern_defaults_propagation_common.js
@@ -100,14 +100,6 @@ var ReadWriteConcernDefaultsPropagation = (function() {
return false;
}
}
-
- // localUpdateWallClockTime reflects which the conn updated its cache. Since
- // all the conns (including setConn) are running on a single host, we can check
- // that this is later than when setDefaultRWConcern was run.
- if (!(connDefault[kLocalUpdateWallClockTimeField] >=
- connDefault[kUpdateWallClockTimeField])) {
- return false;
- }
}
return true;
},