Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: topo: delete impossible break statement
The check immediately prior is that userdata is null, and then the first thing we do after that is check if it is null and attempt to break out of the scope we just entered. clang-sa complains that this is dead code. Delete the dead code. Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
- Loading branch information