summaryrefslogtreecommitdiffhomepage
path: root/pkg/sync/syncutil.go
diff options
context:
space:
mode:
authorJamie Liu <jamieliu@google.com>2020-04-02 11:55:55 -0700
committergVisor bot <gvisor-bot@google.com>2020-04-02 11:57:06 -0700
commit30388ff5919df33e7184719dfc6c0d9cb110b2e2 (patch)
treead7f89a55f7af62a33c434f44a7739e0795d37d3 /pkg/sync/syncutil.go
parent035836193e6d9e1fc9cce6a0161cb3907fbc2ef5 (diff)
Rename files in //pkg/sync to better reflect what they contain.
PiperOrigin-RevId: 304447031
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