diff options
Diffstat (limited to 'vendor/github.com/d5/tengo/compiler/ast/stmt.go')
-rw-r--r-- | vendor/github.com/d5/tengo/compiler/ast/stmt.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/d5/tengo/compiler/ast/stmt.go b/vendor/github.com/d5/tengo/compiler/ast/stmt.go deleted file mode 100644 index 6b26ba88..00000000 --- a/vendor/github.com/d5/tengo/compiler/ast/stmt.go +++ /dev/null @@ -1,7 +0,0 @@ -package ast - -// Stmt represents a statement in the AST. -type Stmt interface { - Node - stmtNode() -} |