mirror of
https://github.com/git/git.git
synced 2024-11-06 17:23:00 +01:00
Merge branch 'tj/maint-imap-send-remove-unused' into maint
* tj/maint-imap-send-remove-unused: imap-send: Remove unused 'use_namespace' variable
This commit is contained in:
commit
4df989f953
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ static struct imap_server_conf server = {
|
|||
struct imap_store_conf {
|
||||
struct store_conf gen;
|
||||
struct imap_server_conf *server;
|
||||
unsigned use_namespace:1;
|
||||
};
|
||||
|
||||
#define NIL (void *)0x1
|
||||
|
|
Loading…
Reference in a new issue