From c48adbaadb077f0e77b81f521f404d8c0fb26f10 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 7 Jan 2018 02:20:53 +0100 Subject: strip down ineterface --- parse.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'parse.go') diff --git a/parse.go b/parse.go index f903b58..2ab0801 100644 --- a/parse.go +++ b/parse.go @@ -21,9 +21,7 @@ func Decode(v uint16) Instruction { // Instruction interface type Instruction interface { - String() string Value() uint16 - Compile() uint16 } // Lit is a literal -- cgit v1.2.3