Skip to content

lldb/include/lldb/Utility/ProcessInfo.h:236: Same expression on both sides of '||' #89674

Closed
@dcb314

Description

@dcb314

Source code is

bool CumulativeSystemTimeIsValid() const {
return m_cumulative_system_time.tv_sec > 0 ||
m_cumulative_system_time.tv_sec > 0;
}

Suggest code rework.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions