summaryrefslogtreecommitdiff
path: root/usr.bin/fetch/fetch.c
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-08-07 02:34:43 -0400
committerIan Moffett <ian@osmora.org>2025-08-07 02:34:43 -0400
commit8a46c3b047b571965c73124f67b43334d76c776e (patch)
tree2f8d3c9ac754f0deeea05707a26a3c5e3b42f715 /usr.bin/fetch/fetch.c
parent6f372c6474f049cec6086316a097c471f4959a53 (diff)
usr.bin: fetch: Remove unused global
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/fetch/fetch.c')
-rw-r--r--usr.bin/fetch/fetch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c
index c81ee84..1e8ef92 100644
--- a/usr.bin/fetch/fetch.c
+++ b/usr.bin/fetch/fetch.c
@@ -33,8 +33,6 @@
#include <stdlib.h>
#include <stdio.h>
-static const char *user = "unknown";
-
#define CPUID(level, a, b, c, d) \
__ASMV("cpuid\n\t" \
: "=a" (a), "=b" (b), "=c" (c), "=d" (d) \