Selaa lähdekoodia

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

Quentin Monnet 8 vuotta sitten
vanhempi
commit
d50fe1dd02
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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.