浏览代码

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.