Explorar o código

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

Quentin Monnet %!s(int64=8) %!d(string=hai) anos
pai
achega
d50fe1dd02
Modificáronse 1 ficheiros con 0 adicións e 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.