From b482fd4abfb2b3765b1791915b31067a0f80fec7 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 20 May 2026 08:07:43 +0900 Subject: internal/rosa: remove global handles These no longer serve any purpose. Signed-off-by: Ophestra --- internal/rosa/state_native.go | 49 ------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 internal/rosa/state_native.go (limited to 'internal/rosa/state_native.go') diff --git a/internal/rosa/state_native.go b/internal/rosa/state_native.go deleted file mode 100644 index 43210d31..00000000 --- a/internal/rosa/state_native.go +++ /dev/null @@ -1,49 +0,0 @@ -package rosa - -var ( - LLVM = H("llvm") - EarlyInit = H("earlyinit") - Kernel = H("kernel") - KernelHeaders = H("kernel-headers") - Firmware = H("firmware") - ACL = H("acl") - Bash = H("bash") - Bzip2 = H("bzip2") - Coreutils = H("coreutils") - Diffutils = H("diffutils") - Findutils = H("findutils") - Fuse = H("fuse") - GLib = H("glib") - Gawk = H("gawk") - GenInitCPIO = H("gen_init_cpio") - Go = H("go") - Gzip = H("gzip") - Hakurei = H("hakurei") - HakureiDist = H("hakurei-dist") - Kmod = H("kmod") - Libseccomp = H("libseccomp") - M4 = H("m4") - NSS = H("nss") - NSSCACert = H("nss-cacert") - Patch = H("patch") - PkgConfig = H("pkg-config") - PythonPyTest = H("python-pytest") - QEMU = H("qemu") - Sed = H("sed") - SquashfsTools = H("squashfs-tools") - Toybox = H("toybox") - toyboxEarly = H("toybox-early") - Unzip = H("unzip") - Wayland = H("wayland") - WaylandProtocols = H("wayland-protocols") - XCB = H("xcb") - Zlib = H("zlib") - Zstd = H("zstd") - llvmSource = H("llvm-project") - earlyCompilerRT = H("early-compiler-rt") - earlyRuntimes = H("early-runtimes") - Musl = H("musl") - muslHeaders = H("musl-headers") - gcc = H("gcc") - Stage0 = H("rosa-stage0") -) -- cgit v1.3.1