From 8a46c3b047b571965c73124f67b43334d76c776e Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 7 Aug 2025 02:34:43 -0400 Subject: usr.bin: fetch: Remove unused global Signed-off-by: Ian Moffett --- usr.bin/fetch/fetch.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/fetch/fetch.c') 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 #include -static const char *user = "unknown"; - #define CPUID(level, a, b, c, d) \ __ASMV("cpuid\n\t" \ : "=a" (a), "=b" (b), "=c" (c), "=d" (d) \ -- cgit v1.2.3