aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/sharefs/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sharefs/main.go')
-rw-r--r--cmd/sharefs/main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/sharefs/main.go b/cmd/sharefs/main.go
index 60924e06..c90c8624 100644
--- a/cmd/sharefs/main.go
+++ b/cmd/sharefs/main.go
@@ -4,7 +4,6 @@ import (
"log"
"os"
"path"
- "runtime"
)
// executableName is the [path.Base] name of the executable that started the current process.
@@ -19,7 +18,6 @@ var executableName = func() string {
}()
func main() {
- runtime.LockOSThread()
log.SetFlags(0)
log.SetPrefix(executableName + ": ")