Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyMacheka committed Jun 1, 2021
1 parent 24366a4 commit f2f3883
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lkl/virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ static int device_num_queues(int device_id)
void lkl_virtio_deliver_irq(uint8_t dev_id)
{
struct virtio_dev *dev_host = dev_hosts[dev_id];
int num_queues = device_num_queues(dev_host->device_id);

// Get sgxlkl_enclave_state
if (virtio_deliver_irq[dev_id])
Expand Down

0 comments on commit f2f3883

Please sign in to comment.