Removed dead code

This commit is contained in:
Josh Baker 2018-05-08 08:53:27 -07:00
parent 565f32cc5b
commit bc89726e56
1 changed files with 0 additions and 1 deletions

View File

@ -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 {