X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_queue.c;fp=palacios%2Fsrc%2Fpalacios%2Fvmm_queue.c;h=2e1f72f14f2c61015215ff4e1faf871db0d0336f;hp=f0ed9a87740bb2121c4710690b1fa5ba3e3181d9;hb=10c081c88e3b23c9ca76f0c103f988d85bab5eb4;hpb=55ced750335769366957df3c0cc3fbc8b82a3ea9 diff --git a/palacios/src/palacios/vmm_queue.c b/palacios/src/palacios/vmm_queue.c index f0ed9a8..2e1f72f 100644 --- a/palacios/src/palacios/vmm_queue.c +++ b/palacios/src/palacios/vmm_queue.c @@ -19,8 +19,6 @@ #include - - void v3_init_queue(struct gen_queue * queue) { queue->num_entries = 0; INIT_LIST_HEAD(&(queue->entries));