Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed May 21, 2024
1 parent e440357 commit fcf28bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/util/once.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class DorisCallOnce {

private:
std::atomic<bool> _has_called;
std::once_flag _once_flag;
// std::once_flag _once_flag;
std::mutex _flag_lock;
ReturnType _status;
};
Expand Down

0 comments on commit fcf28bc

Please sign in to comment.