commit | a7485305622b4e520ad9e145d147d8bd2fca0f98 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue May 30 16:57:57 2023 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Jun 06 14:52:12 2023 -0700 |
tree | 2bc0592020e1459c0496b2e427cf8704afb8a155 | |
parent | 1d25ca4e2988e50dfd8897779028792f209403a5 [diff] |
ethernet_interface: Remove unused try blocks This makes the error handling more consistent with the rest of the callers in the file. We don't need to handle exceptions from our reload / writer functions. Change-Id: Iee2b61c8282e4b466327f85bedd2acf2634f42b6 Signed-off-by: William A. Kennington III <wak@google.com>