diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2022-10-04 23:13:40 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-10-05 20:06:52 +0200 |
commit | 00057bf14c9269cb26a6b8ba7e8bc9ecd634d22c (patch) | |
tree | d7a430a618aa3cc4a1d6a66f92e1f897c4a954b2 /sha1dc | |
parent | Merge a handful of topics from the 'master' front (diff) | |
download | git-00057bf14c9269cb26a6b8ba7e8bc9ecd634d22c.tar.xz git-00057bf14c9269cb26a6b8ba7e8bc9ecd634d22c.zip |
promisor-remote: remove a return value
No caller of promisor_remote_get_direct() is checking its return value,
so remove it.
Not checking the return value means that the user would not know
whether the failure of reading an object is due to the promisor remote
not supplying the object or because of local repository corruption, but
this will be fixed in a subsequent patch.
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1dc')
0 files changed, 0 insertions, 0 deletions