Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remote.c: drop "remote" pointer from "struct branch"
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/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;