Merge "Remove unused variable."

This commit is contained in:
Treehugger Robot 2022-10-04 22:08:36 +00:00 committed by Gerrit Code Review
commit 9ba92331dd
1 changed files with 0 additions and 3 deletions

View File

@ -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" ]