Project import generated by Copybara.
GitOrigin-RevId: 43cd697ec87dcc5cab5051f27960bb77a057399d
This commit is contained in:
@@ -122,7 +122,6 @@ std::string TimestampDiff::DebugString() const {
|
||||
}
|
||||
|
||||
Timestamp Timestamp::NextAllowedInStream() const {
|
||||
CHECK(IsAllowedInStream()) << "Timestamp is: " << DebugString();
|
||||
if (*this >= Max() || *this == PreStream()) {
|
||||
// Indicates that no further timestamps may occur.
|
||||
return OneOverPostStream();
|
||||
|
||||
Reference in New Issue
Block a user