]> git.ipfire.org Git - thirdparty/git.git/blobdiff - apply.h
apply: remove `newfd` from `struct apply_state`
[thirdparty/git.git] / apply.h
diff --git a/apply.h b/apply.h
index cf00cda171cf42cef1164916c973e2e339f41b54..dc4a0190570d060d23e8464f465232eddcf76deb 100644 (file)
--- a/apply.h
+++ b/apply.h
@@ -36,9 +36,8 @@ enum apply_verbosity {
 struct apply_state {
        const char *prefix;
 
-       /* These are lock_file related */
+       /* Lock file */
        struct lock_file lock_file;
-       int newfd;
 
        /* These control what gets looked at and modified */
        int apply; /* this is not a dry-run */