Skip to content

Commit

Permalink
Update compiler/unsupported.go
Browse files Browse the repository at this point in the history
Co-authored-by: Achille <[email protected]>
  • Loading branch information
chriso and achille-roussel authored Sep 20, 2023
1 parent 69b4e1f commit 89e57db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/unsupported.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
func unsupported(decl ast.Node, info *types.Info) (err error) {
ast.Inspect(decl, func(node ast.Node) bool {
switch nn := node.(type) {
case ast.Expr:
case ast.Stmt:
switch n := nn.(type) {
// Not yet supported:
Expand Down

0 comments on commit 89e57db

Please sign in to comment.