mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
MakeFlags.__repr__ references a "flags" type (probably meant to be MakeFlags). Gencontrol.write_config references the "file" type which was removed in Python 3. Clearly neither of these methods are actually used, so delete them.