Skip to content
Commit bc6cfec5 authored by Patrick Williams's avatar Patrick Williams
Browse files

systems: remove stray break for clang-tidy



clang-tidy warns as follows:

```
/data0/jenkins/workspace/ci-repository/openbmc/bmcweb/redfish-core/lib/systems.hpp:292:13: error: loop will run at most once (loop increment never executed) [clang-diagnostic-unreachable-code-loop-increment,-warnings-as-errors]
            for (const auto& connection : connectionNames)
```

It seems as though the break is stray so remove it.

Signed-off-by: default avatarPatrick Williams <patrick@stwcx.xyz>
Change-Id: Iafafb6634819a7f37a1cdd9c4a93e1c426d5dfc5
parent 26b3630b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment