Commit 08047ca0 by Edward Thomson

str: git_str_free is never a function

parent ceddeed8
...@@ -132,13 +132,6 @@ void git_str_dispose(git_str *buf) ...@@ -132,13 +132,6 @@ void git_str_dispose(git_str *buf)
git_str_init(buf, 0); 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) void git_str_clear(git_str *buf)
{ {
buf->size = 0; 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