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 c5a5031
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lkl/virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,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])
virtio_deliver_irq[dev_id](dev_id);
Expand Down

0 comments on commit c5a5031

Please sign in to comment.