зеркало из https://github.com/microsoft/git.git
merge-tree: lose unused "flags" from merge_list
Drop the unused field from the structure. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
fa2364ec34
Коммит
b13112fa16
|
@ -12,8 +12,7 @@ struct merge_list {
|
|||
struct merge_list *next;
|
||||
struct merge_list *link; /* other stages for this object */
|
||||
|
||||
unsigned int stage : 2,
|
||||
flags : 30;
|
||||
unsigned int stage : 2;
|
||||
unsigned int mode;
|
||||
const char *path;
|
||||
struct blob *blob;
|
||||
|
|
Загрузка…
Ссылка в новой задаче