[Telemetry SWX] Remove NOTREACHED after which switches
NOTREACHED() after switch across all union variants does not really make sense. For example if cros_healthd will have more variants for some union and Chrome Mojo interface copy will be outdated (i.e. without union changes), then Mojo library will crash and our converter method will not be called. So there is no way for us to handle out-of-band values for Mojo unions. Bug: b:158658869 Change-Id: Id72fff0ffe847408153ad2ecd8596ea8d2e89c70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364495Reviewed-by:Mahmoud Gawad <mgawad@google.com> Commit-Queue: Oleh Lamzin <lamzin@google.com> Cr-Commit-Position: refs/heads/master@{#799658}
Showing
Please register or sign in to comment