OSDN Git Service

delete redundant code
authoroys <oys@oysdeMacBook-Pro.local>
Thu, 10 Oct 2019 01:44:08 +0000 (09:44 +0800)
committeroys <oys@oysdeMacBook-Pro.local>
Thu, 10 Oct 2019 01:44:08 +0000 (09:44 +0800)
protocol/vm/vmutil/script.go

index 920ad7a..51b7e00 100644 (file)
@@ -7,9 +7,6 @@ import (
        "github.com/vapor/protocol/vm"
 )
 
-// magneticClauseSelector is the global selector for the magnetic transaction
-var magneticClauseSelector = 0
-
 // pre-define errors
 var (
        ErrBadValue       = errors.New("bad value")