diff options
author | lmcglash <lmcglash@mathworks.com> | 2023-03-10 09:30:02 +0000 |
---|---|---|
committer | lmcglash <lmcglash@mathworks.com> | 2023-03-10 09:30:02 +0000 |
commit | d935773743f8f0ed50027bfe3b66133174610cc9 (patch) | |
tree | 2a216d3db4d45dd0277cd53ae27d23b452cf3ee6 /include | |
parent | 2da3e8c16629cee9736965556a50dc7502e1dec7 (diff) | |
download | libgit2-d935773743f8f0ed50027bfe3b66133174610cc9.tar.gz |
Remove unused git_transport_flags_t
Diffstat (limited to 'include')
-rw-r--r-- | include/git2/sys/transport.h | 9 |
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 { |