Index: common/meter/doc.go |
diff --git a/common/meter/doc.go b/common/meter/doc.go |
deleted file mode 100644 |
index bf30f274ff12105bb56e9379240ac1c9421d343b..0000000000000000000000000000000000000000 |
--- a/common/meter/doc.go |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-// Copyright 2015 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-// Package meter provides a generic work bundling capability. After a meter is |
-// configured and started, work units are added to it externally. The meter |
-// buffers the work that it receives until a flushing threshold (time, count, |
-// or external) is met, at which point it exports the collection of buffered |
-// work. |
-package meter |