mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-19 17:03:58 +00:00
Remove inline hint
This commit is contained in:
parent
1fc375e6ef
commit
67dad09bdb
@ -745,7 +745,7 @@ void git_remote_set_callbacks(git_remote *remote, git_remote_callbacks *callback
|
||||
}
|
||||
}
|
||||
|
||||
GIT_INLINE(const git_transfer_progress*) git_remote_stats(git_remote *remote)
|
||||
const git_transfer_progress* git_remote_stats(git_remote *remote)
|
||||
{
|
||||
assert(remote);
|
||||
return &remote->stats;
|
||||
|
Loading…
Reference in New Issue
Block a user