diff --git a/subsystems/interrupt/Cargo.toml b/subsystems/interrupt/Cargo.toml index dfbebdfa..1c6879d9 100644 --- a/subsystems/interrupt/Cargo.toml +++ b/subsystems/interrupt/Cargo.toml @@ -16,8 +16,6 @@ platform = { path = "../platform"} [features] -default = [ "qemu" ] - vf2 = [] hifive = [] qemu = []