mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-24 21:13:16 +00:00
Remove unused sysfsPath's methods
Signed-off-by: Shingo Omura <everpeace@gmail.com>
This commit is contained in:
@@ -38,31 +38,3 @@ func (s sysfsPath) devices(path string) string {
|
||||
func (s sysfsPath) bus(path string) string {
|
||||
return filepath.Join(string(s), "bus", path)
|
||||
}
|
||||
|
||||
// Commented out for future use or if needed later
|
||||
// func (s sysfsPath) block(path string) string {
|
||||
// return filepath.Join(string(s), "block", path)
|
||||
// }
|
||||
|
||||
// Commented out for future use or if needed later
|
||||
// func (s sysfsPath) class(path string) string {
|
||||
// return filepath.Join(string(s), "class", path)
|
||||
// }
|
||||
|
||||
// Commented out for future use or if needed later
|
||||
// func (s sysfsPath) dev(path string) string {
|
||||
// return filepath.Join(string(s), "dev", path)
|
||||
// }
|
||||
|
||||
// Commented out for future use or if needed later
|
||||
// func (s sysfsPath) firmware(path string) string {
|
||||
// return filepath.Join(string(s), "firmware", path)
|
||||
// }
|
||||
// func (s sysfsPath) kernel(path string) string {
|
||||
// return filepath.Join(string(s), "kernel", path)
|
||||
// }
|
||||
|
||||
// Commented out for future use or if needed later
|
||||
// func (s sysfsPath) module(path string) string {
|
||||
// return filepath.Join(string(s), "module", path)
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user