diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-21 14:37:55 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-21 15:00:48 -0700 |
commit | bce3e667dff9d6ab51f4e37bc79ef961e36bfb31 (patch) | |
tree | 1ba0fc541a5d729590b9e43a0d9072fe7d027a05 /rwtransaction.go | |
parent | Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages. (diff) | |
download | dedo-bce3e667dff9d6ab51f4e37bc79ef961e36bfb31.tar.gz dedo-bce3e667dff9d6ab51f4e37bc79ef961e36bfb31.tar.xz |
Intermediate commit.
Diffstat (limited to 'rwtransaction.go')
-rw-r--r-- | rwtransaction.go | 2 |
1 files changed, 0 insertions, 2 deletions
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 } - |