Skip to content

Commit

Permalink
removed include for string.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaleavya committed Feb 19, 2016
1 parent 6a372f7 commit 683642b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/syncsnoop.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

# load BPF program
b = BPF(text="""
#include <linux/string.h>
struct data_t {
u64 ts;
};
Expand Down

0 comments on commit 683642b

Please sign in to comment.