summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/git_utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/file_system/git_utils.hpp')
-rw-r--r--src/buildtool/file_system/git_utils.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/buildtool/file_system/git_utils.hpp b/src/buildtool/file_system/git_utils.hpp
index b2c5173f..916e9fbe 100644
--- a/src/buildtool/file_system/git_utils.hpp
+++ b/src/buildtool/file_system/git_utils.hpp
@@ -25,9 +25,6 @@ extern "C" {
struct git_oid;
struct git_odb;
struct git_tree;
-struct git_treebuilder;
-struct git_index;
-struct git_strarray;
struct git_signature;
struct git_object;
struct git_remote;
@@ -52,16 +49,6 @@ void odb_closer(gsl::owner<git_odb*> odb);
void tree_closer(gsl::owner<git_tree*> tree);
-void treebuilder_closer(gsl::owner<git_treebuilder*> builder);
-
-void index_closer(gsl::owner<git_index*> index);
-
-// to be used for strarrays allocated by libgit2
-void strarray_closer(gsl::owner<git_strarray*> strarray);
-
-// to be used for strarrays allocated manually
-void strarray_deleter(gsl::owner<git_strarray*> strarray);
-
void signature_closer(gsl::owner<git_signature*> signature);
void object_closer(gsl::owner<git_object*> object);