Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(735)

Unified Diff: filter/txnBuf/ds.go

Issue 1434873003: Fix races in txnBuf (Closed) Base URL: https://github.com/luci/gae.git@race_tests
Patch Set: fix stuff Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « filter/txnBuf/doc.go ('k') | filter/txnBuf/ds_txn.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/txnBuf/ds.go
diff --git a/filter/txnBuf/ds.go b/filter/txnBuf/ds.go
index 593211697c5c0b78e0ab112751b371e20f94a4e2..6cb11558fff1c21de258a603be3cb6c9654148b6 100644
--- a/filter/txnBuf/ds.go
+++ b/filter/txnBuf/ds.go
@@ -12,8 +12,6 @@ import (
type dsBuf struct {
ds.RawInterface
-
- ns string
}
var _ ds.RawInterface = (*dsBuf)(nil)
« no previous file with comments | « filter/txnBuf/doc.go ('k') | filter/txnBuf/ds_txn.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698