diff --git a/util/env_posix.cc b/util/env_posix.cc index 132d865dd..06de7a486 100644 --- a/util/env_posix.cc +++ b/util/env_posix.cc @@ -132,7 +132,6 @@ class PosixEnv : public Env { // All threads must be joined before the deletion of // thread_status_updater_. delete thread_status_updater_; - TEST_SYNC_POINT("PosixEnv::~PosixEnv():End"); } void SetFD_CLOEXEC(int fd, const EnvOptions* options) {