Commit d2e61c76 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5c97c854
...@@ -141,6 +141,7 @@ func (t *Tree) dump() string { ...@@ -141,6 +141,7 @@ func (t *Tree) dump() string {
} }
type treeOp int type treeOp int
const ( const (
opSet treeOp = iota opSet treeOp = iota
opDel opDel
...@@ -204,7 +205,6 @@ loop: ...@@ -204,7 +205,6 @@ loop:
} }
} }
case *d: case *d:
switch op { switch op {
case opSet: case opSet:
......
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