remove some codes
This commit is contained in:
parent
1d6ee71300
commit
aa62fb7584
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user