Skip to content

Commit

Permalink
fix: remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericDD committed Oct 11, 2023
1 parent b372a39 commit c4cee3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions selftest/map-getmapsbyname/main.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ struct {
__uint(value_size, sizeof(u32));
} test_name SEC(".maps");

// Define a struct to hold path and method
struct test_struct {
char value[10];
};

// Define the eBPF map to store the path-method pairs
struct {
__uint(type, BPF_MAP_TYPE_HASH);
__uint(max_entries, 1);
Expand Down

0 comments on commit c4cee3f

Please sign in to comment.