diff options
Diffstat (limited to 'core/asm.go')
-rw-r--r-- | core/asm.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/asm.go b/core/asm.go index a86a2c44c..b2e47b5e9 100644 --- a/core/asm.go +++ b/core/asm.go @@ -61,6 +61,4 @@ func Disassemble(script []byte) (asm []string) { pc.Add(pc, common.Big1) } - - return asm } |