Skip to content

Commit

Permalink
[net][linux]: remove unused files. go1.11 is not supported now.
Browse files Browse the repository at this point in the history
  • Loading branch information
shirou committed Feb 24, 2024
1 parent f3ee516 commit 5419e3e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion net/net_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ func getProcInodes(root string, pid int32, max int) (map[string][]inodeMap, erro
return ret, err
}
defer f.Close()
dirEntries, err := readDir(f, max)
dirEntries, err := f.ReadDir(max)
if err != nil {
return ret, err
}
Expand Down
12 changes: 0 additions & 12 deletions net/net_linux_111.go

This file was deleted.

12 changes: 0 additions & 12 deletions net/net_linux_116.go

This file was deleted.

20 changes: 0 additions & 20 deletions net/net_linux_netlink_test.go

This file was deleted.

0 comments on commit 5419e3e

Please sign in to comment.