summaryrefslogtreecommitdiff
path: root/include/git2/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/net.h')
-rw-r--r--include/git2/net.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/git2/net.h b/include/git2/net.h
index 7c49f804..d4f47552 100644
--- a/include/git2/net.h
+++ b/include/git2/net.h
@@ -52,8 +52,7 @@ GIT_BEGIN_DECL
* Remote head description, given out on `ls` calls.
*/
struct git_remote_head {
- int local:1, /* available locally */
- want:1; /* want to update */
+ int local:1; /* available locally */
git_oid oid;
git_oid loid;
char *name;