]> git.ipfire.org Git - thirdparty/git.git/blobdiff - remote.h
remote.c: drop "remote" pointer from "struct branch"
[thirdparty/git.git] / remote.h
index 02d66ceff5c962995de37f351a09fe91055d6364..4bb667273575c038b4238dc14b1181cd07582b68 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -203,7 +203,6 @@ struct branch {
        const char *refname;
 
        const char *remote_name;
-       struct remote *remote;
 
        const char **merge_name;
        struct refspec **merge;