Skip to content

Commit

Permalink
Remove windows related functions
Browse files Browse the repository at this point in the history
  • Loading branch information
xxx0624 committed Jun 29, 2023
1 parent cdd900d commit a6239f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 78 deletions.
2 changes: 2 additions & 0 deletions ecs-agent/daemonimages/csidriver/driver/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

package driver

// Mounter defines an interface for many volume related options. As of now, only
// 'PathExists' is added to determine if a file path exists on the node.
type Mounter interface {
PathExists(path string) (bool, error)
}
Expand Down
4 changes: 2 additions & 2 deletions ecs-agent/daemonimages/csidriver/util/fs/fs_unsupported.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !linux && !darwin && !windows
// +build !linux,!darwin,!windows
//go:build !linux && !darwin
// +build !linux,!darwin

// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
//
Expand Down
76 changes: 0 additions & 76 deletions ecs-agent/daemonimages/csidriver/util/fs/fs_windows.go

This file was deleted.

0 comments on commit a6239f8

Please sign in to comment.