diff options
Diffstat (limited to 'util/sconfig/main.c')
-rw-r--r-- | util/sconfig/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/sconfig/main.c b/util/sconfig/main.c index 5069dc1f6c..a532dd4b9d 100644 --- a/util/sconfig/main.c +++ b/util/sconfig/main.c @@ -869,10 +869,6 @@ static struct device *new_device_with_path(struct bus *parent, new_d->path = ".type=DEVICE_PATH_I2C,{.i2c={ .device = 0x%x, .mode_10bit = %d }}"; break; - case APIC: - new_d->path = ".type=DEVICE_PATH_APIC,{.apic={ .apic_id = 0x%x }}"; - break; - case CPU_CLUSTER: new_d->path = ".type=DEVICE_PATH_CPU_CLUSTER,{.cpu_cluster={ .cluster = 0x%x }}"; break; |