Some OS-specific funcs were defined in init. Another used build tags and required all other OSes to stub it out. Another one could just be in the portable file. Simplify it a bit, removing a file and some stubs in the process. Updates #5794 Change-Id: I51df8772cc60a9335ac4c1dc0ab59b8a0d236961 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>main
parent
d58ba59fd5
commit
a5dcc4c87b
@ -1,10 +0,0 @@ |
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
package paths |
||||
|
||||
func ensureStateDirPerms(dirPath string) error { |
||||
return nil |
||||
} |
||||
|
||||
func LegacyStateFilePath() string { return "" } |
||||
Loading…
Reference in new issue