commit: 436a3dd3efeb509446a7ea27cb26cdbb5fd42382
parent 643e65f1a087edb84bda6e938e24a341020a4a32
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 10 Apr 2024 08:51:35 +0200
cmd/strings: Remove unused *errstr
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/cmd/strings.c b/cmd/strings.c
@@ -107,8 +107,6 @@ int
main(int argc, char *argv[])
{
int c;
- const char *errstr = NULL;
-
/* flawfinder: ignore. Old implementations of getopt should fix themselves */
while((c = getopt(argc, argv, ":an:t:")) != -1)
{