From dc810a3c13742a0286e10e87c9793e58fcd529cc Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 4 Oct 2022 20:21:20 +0000 Subject: [PATCH] Remove unused variable. Looks like we're not using this any more, so rather than add risc-v, let's just remove this list. Test: treehugger Change-Id: I24bb22235c55d48c7dcbae94514ce8dcd03521c3 --- libc/kernel/tools/defaults.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/libc/kernel/tools/defaults.py b/libc/kernel/tools/defaults.py index 99bbc3ea1..5fe907cd9 100644 --- a/libc/kernel/tools/defaults.py +++ b/libc/kernel/tools/defaults.py @@ -5,9 +5,6 @@ import time, os, sys from utils import * -# the list of supported architectures -kernel_archs = [ 'arm', 'arm64', 'x86' ] - # the list of include directories that belong to the kernel # tree. used when looking for sources... kernel_dirs = [ "linux", "asm", "asm-generic", "mtd" ]