Commit d51d49f5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 613cc3c0
...@@ -318,7 +318,7 @@ func (c *Commit) XGetBlkByName(name string) (zodb.Oid, ZBlkInfo) { ...@@ -318,7 +318,7 @@ func (c *Commit) XGetBlkByName(name string) (zodb.Oid, ZBlkInfo) {
} }
} }
panicf("ZBlk<%q> not found", name) panicf("ZBlk<%q> not found", name)
return zodb.InvalidOid, ZBlkInfo{} // XXX should be not needed panic("")
} }
// xGetTree loads Tree from zurl@at->obj<root>. // xGetTree loads Tree from zurl@at->obj<root>.
......
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