summaryrefslogtreecommitdiffhomepage
path: root/pkg/sync/syncutil.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sync/syncutil.go')
-rw-r--r--pkg/sync/syncutil.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/sync/syncutil.go b/pkg/sync/syncutil.go
deleted file mode 100644
index b16cf5333..000000000
--- a/pkg/sync/syncutil.go
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2019 The gVisor Authors.
-//
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// Package sync provides synchronization primitives.
-package sync