Remove emu libusb support.

It's disabled by default and has been broken for a long time.
As nobody is interested in fixing and maintaining it, remove it.
This commit is contained in:
Vladimir Serbinenko 2015-03-03 20:59:36 +01:00
parent 9f95d12153
commit 9d25b0da9a
6 changed files with 1 additions and 294 deletions

View file

@ -606,7 +606,7 @@ def foreach_enabled_platform(defn, closure):
# enable = emu;
# enable = i386;
# enable = mips_loongson;
# emu_condition = COND_GRUB_EMU_USB;
# emu_condition = COND_GRUB_EMU_SDL;
# };
#
def under_platform_specific_conditionals(defn, platform, closure):