Remove inline hint

This commit is contained in:
Ben Straub 2012-10-25 09:59:49 -07:00
parent 1fc375e6ef
commit 67dad09bdb

View File

@ -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;