Skip to content
Snippets Groups Projects
Commit cd4c5434 authored by Pekka Enberg's avatar Pekka Enberg
Browse files

virtio-net: Remove unused page size constant


The page_size constant is not used in the code so lets just remove it.

Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent a02408f5
No related branches found
No related tags found
No related merge requests found
......@@ -386,8 +386,6 @@ namespace virtio {
}
}
static const int page_size = 4096;
void virtio_net::fill_rx_ring()
{
trace_virtio_net_fill_rx_ring(_ifn->if_index);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment