فهرست منبع

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

Quentin Monnet 8 سال پیش
والد
کامیت
d50fe1dd02
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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.