summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCollin Funk <collin.funk1@gmail.com>2026-02-19 20:45:54 -0800
committerCollin Funk <collin.funk1@gmail.com>2026-02-19 20:45:54 -0800
commit70e4e2d43aa309e397fe689ad6c5ffefb6716516 (patch)
treec048ce0236620383643760f7a7889b5154b31776 /src
parentbeb939220637a6203193c333cb6d7a4355c27398 (diff)
downloadcoreutils-70e4e2d43aa309e397fe689ad6c5ffefb6716516.tar.gz
coreutils-70e4e2d43aa309e397fe689ad6c5ffefb6716516.zip
maint: install: prefer static initialization
* src/install.c (main): Remove unnecessary initializations.
Diffstat (limited to 'src')
-rw-r--r--src/install.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/install.c b/src/install.c
index 359eb657e..58ecfbc31 100644
--- a/src/install.c
+++ b/src/install.c
@@ -857,10 +857,6 @@ main (int argc, char **argv)
cp_option_init (&x);
- owner_name = NULL;
- group_name = NULL;
- strip_files = false;
- dir_arg = false;
umask (0);
int optc;