diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-09-24 10:04:02 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-09-25 15:19:06 +0200 |
| commit | dcf893f99cdcead3d82e987953341caa030b30f9 (patch) | |
| tree | 7a5303ffd6208b27d39a1bdb631e3513e828ce2d /pkg/osutil/osutil_fuchsia.go | |
| parent | 4a0022152693f8c10ef0b894bcc275fb19b5b5ba (diff) | |
pkg/osutil: windows port
Diffstat (limited to 'pkg/osutil/osutil_fuchsia.go')
| -rw-r--r-- | pkg/osutil/osutil_fuchsia.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/osutil/osutil_fuchsia.go b/pkg/osutil/osutil_fuchsia.go index 75cdad843..db7b041d6 100644 --- a/pkg/osutil/osutil_fuchsia.go +++ b/pkg/osutil/osutil_fuchsia.go @@ -7,11 +7,3 @@ package osutil func HandleInterrupts(shutdown chan struct{}) { } - -func Abs(path string) string { - // Getwd is not implemented. Let's hope for best. - if path == "" { - return "" - } - return "./" + path -} |
