diff options
author | Ian Moffett <ian@osmora.org> | 2025-08-07 02:34:43 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-08-07 02:34:43 -0400 |
commit | 8a46c3b047b571965c73124f67b43334d76c776e (patch) | |
tree | 2f8d3c9ac754f0deeea05707a26a3c5e3b42f715 /usr.bin/fetch/fetch.c | |
parent | 6f372c6474f049cec6086316a097c471f4959a53 (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.c | 2 |
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) \ |