From bce3e667dff9d6ab51f4e37bc79ef961e36bfb31 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Tue, 21 Jan 2014 14:37:55 -0700 Subject: Intermediate commit. --- rwtransaction.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'rwtransaction.go') diff --git a/rwtransaction.go b/rwtransaction.go index 4cb7b4f..d0fe440 100644 --- a/rwtransaction.go +++ b/rwtransaction.go @@ -4,6 +4,4 @@ package bolt // Only one read/write transaction can be active for a DB at a time. type RWTransaction struct { Transaction - pagestate pagestate } - -- cgit v1.2.3