Explorar el Código

src/lib.rs: remove a useless comment now that API is documented

Quentin Monnet hace 8 años
padre
commit
d50fe1dd02
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/lib.rs

+ 0 - 1
src/lib.rs

@@ -73,7 +73,6 @@ pub struct EbpfVmMbuff<'a> {
     helpers: HashMap<u32, fn (u64, u64, u64, u64, u64) -> u64>,
 }
 
-// Runs on packet data, with a metadata buffer
 impl<'a> EbpfVmMbuff<'a> {
 
     /// Create a new virtual machine instance, and load an eBPF program into that instance.