Commit eb34c5ba authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ef3a09df
...@@ -814,11 +814,8 @@ func (δBtail *ΔBtail) GetAt(root zodb.Oid, key Key, at zodb.Tid) (value Value, ...@@ -814,11 +814,8 @@ func (δBtail *ΔBtail) GetAt(root zodb.Oid, key Key, at zodb.Tid) (value Value,
return value, rev, valueExact, revExact, nil return value, rev, valueExact, revExact, nil
} }
// XXX don't need // TODO if needed
//func (δBtail *ΔBtail) SliceByRev(lo, hi zodb.Tid) /*readonly*/ []ΔB { // func (δBtail *ΔBtail) SliceByRev(lo, hi zodb.Tid) /*readonly*/ []ΔB
// xtail.AssertSlice(δBtail, lo, hi)
// panic("TODO")
//}
// SliceByRootRev returns history of a tree changes in (lo, hi] range. // SliceByRootRev returns history of a tree changes in (lo, hi] range.
// //
......
...@@ -563,11 +563,8 @@ func (δftail *_ΔFileTail) forgetPast(revCut zodb.Tid) { ...@@ -563,11 +563,8 @@ func (δftail *_ΔFileTail) forgetPast(revCut zodb.Tid) {
} }
} }
// XXX don't need // TODO if needed
//func (δFtail *ΔFtail) SliceByRev(lo, hi zodb.Tid) /*readonly*/ []ΔF { // func (δFtail *ΔFtail) SliceByRev(lo, hi zodb.Tid) /*readonly*/ []ΔF
// xtail.AssertSlice(δFtail, lo, hi)
// panic("TODO")
//}
// SliceByFileRev returns history of file changes in (lo, hi] range. // SliceByFileRev returns history of file changes in (lo, hi] range.
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment