remove some codes
This commit is contained in:
parent
1d6ee71300
commit
aa62fb7584
@ -79,8 +79,8 @@ type Assignment struct {
|
||||
|
||||
// Clone clone current statement
|
||||
func (stmt *Statement) Clone() *Statement {
|
||||
newStatement := *stmt
|
||||
return &newStatement
|
||||
// newStatement := *stmt
|
||||
return &*stmt
|
||||
}
|
||||
|
||||
// BuildCondition build condition
|
||||
|
Loading…
x
Reference in New Issue
Block a user