commit | 359350250b39a5a5832db2d229f2367172167f2b | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Tue Apr 25 17:20:36 2023 -0700 |
committer | David Anderson <dvander@google.com> | Tue May 02 19:45:12 2023 -0700 |
tree | ad3217066b1336902ae1158ba8981309a634b685 | |
parent | 467af3d67bb359358a9c2af9ddf994fece9ff1eb [diff] |
libsnapshot: Remove fallible ICowReader::GetHeader. This function cannot fail, so replace it with an infallible version. This is also slightly more efficient since there's no copying involved. Bug: 280529365 Test: builds Change-Id: Iccfd6e72bc2192f4e1efda50cf544e1e956a9263