summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlmcglash <lmcglash@mathworks.com>2023-03-10 09:30:02 +0000
committerlmcglash <lmcglash@mathworks.com>2023-03-10 09:30:02 +0000
commitd935773743f8f0ed50027bfe3b66133174610cc9 (patch)
tree2a216d3db4d45dd0277cd53ae27d23b452cf3ee6 /include
parent2da3e8c16629cee9736965556a50dc7502e1dec7 (diff)
downloadlibgit2-d935773743f8f0ed50027bfe3b66133174610cc9.tar.gz
Remove unused git_transport_flags_t
Diffstat (limited to 'include')
-rw-r--r--include/git2/sys/transport.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/git2/sys/transport.h b/include/git2/sys/transport.h
index 8a8451592..062bcd0ed 100644
--- a/include/git2/sys/transport.h
+++ b/include/git2/sys/transport.h
@@ -25,15 +25,6 @@
GIT_BEGIN_DECL
-/**
- * Flags to pass to transport
- *
- * Currently unused.
- */
-typedef enum {
- GIT_TRANSPORTFLAGS_NONE = 0,
-} git_transport_flags_t;
-
typedef struct git_shallowarray git_shallowarray;
typedef struct {