diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2021-05-10 23:04:59 +0100 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2021-05-11 01:29:22 +0100 |
commit | d525e063ba4e478cc4afac4cdf60f7acd989dbf2 (patch) | |
tree | 40cad165fb5324ae430ebccdf7a1cc7de6687472 /tests/diff/patch.c | |
parent | 4bd172087c30e09e7720a7df11cace47ee002256 (diff) | |
download | libgit2-d525e063ba4e478cc4afac4cdf60f7acd989dbf2.tar.gz |
buf: remove internal `git_buf_text` namespace
The `git_buf_text` namespace is unnecessary and strange. Remove it,
just keep the functions prefixed with `git_buf`.
Diffstat (limited to 'tests/diff/patch.c')
-rw-r--r-- | tests/diff/patch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/diff/patch.c b/tests/diff/patch.c index 7eb353627..d288bba58 100644 --- a/tests/diff/patch.c +++ b/tests/diff/patch.c @@ -4,7 +4,6 @@ #include "diff_helpers.h" #include "diff.h" #include "repository.h" -#include "buf_text.h" static git_repository *g_repo = NULL; |