remove some codes

This commit is contained in:
mohammad katoozi 2019-03-20 21:32:12 +03:30
parent 1d6ee71300
commit aa62fb7584
2 changed files with 5 additions and 5 deletions

View File

@ -79,8 +79,8 @@ type Assignment struct {
// Clone clone current statement // Clone clone current statement
func (stmt *Statement) Clone() *Statement { func (stmt *Statement) Clone() *Statement {
newStatement := *stmt // newStatement := *stmt
return &newStatement return &*stmt
} }
// BuildCondition build condition // BuildCondition build condition