Commit 91306fd
committed
fix: remove unreachable return statement in ListNamespaces
The while(true) loop in RestCatalog::ListNamespaces only exits
via the return statement at line 151 when next_page_token is empty.
The return statement after the loop is unreachable dead code and
should be removed.1 parent 7e784dc commit 91306fd
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
| |||
0 commit comments