Unverified Commit 42205e72 by Edward Thomson Committed by GitHub

Merge pull request #6111 from libgit2/ethomson/str_free

str: git_str_free is never a function
parents ceddeed8 08047ca0
......@@ -132,13 +132,6 @@ void git_str_dispose(git_str *buf)
git_str_init(buf, 0);
}
#ifndef GIT_DEPRECATE_HARD
void git_str_free(git_str *buf)
{
git_str_dispose(buf);
}
#endif
void git_str_clear(git_str *buf)
{
buf->size = 0;
......
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