Commit 67dad09b by Ben Straub

Remove inline hint

parent 1fc375e6
...@@ -745,7 +745,7 @@ void git_remote_set_callbacks(git_remote *remote, git_remote_callbacks *callback ...@@ -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); assert(remote);
return &remote->stats; return &remote->stats;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment