13 lines
403 B
Diff
13 lines
403 B
Diff
--- a/src/global.c 2022-12-15 18:10:19.470370090 +0300
|
|
+++ b/src/global.c 2022-12-15 18:10:44.598370610 +0300
|
|
@@ -184,9 +184,6 @@
|
|
/* Extract to standard output? */
|
|
bool to_stdout_option = false;
|
|
|
|
-/* The name this program was run with. */
|
|
-char *program_name;
|
|
-
|
|
/* A pointer to either lstat or stat, depending on whether
|
|
dereferencing of symlinks is done for input files. */
|
|
int (*xstat) ();
|