mirror of https://github.com/tidwall/tile38.git
Removed dead code
This commit is contained in:
parent
565f32cc5b
commit
bc89726e56
|
@ -725,7 +725,6 @@ func (c *Controller) cmdSet(msg *server.Message) (res resp.Value, d commandDetai
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
ex = ex
|
|
||||||
col := c.getCol(d.key)
|
col := c.getCol(d.key)
|
||||||
if col == nil {
|
if col == nil {
|
||||||
if xx {
|
if xx {
|
||||||
|
|
Loading…
Reference in New Issue