Skip to content

Commit

Permalink
Merge pull request #332 from ccamel/chore/clean-code
Browse files Browse the repository at this point in the history
Remove unused 'loaded' field from interpreter struct
  • Loading branch information
ichiban authored Oct 7, 2024
2 parents 9c2817d + a92f1a0 commit 68532ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interpreter.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ var bootstrap string
// Interpreter is a Prolog interpreter. The zero value is a valid interpreter without any predicates/operators defined.
type Interpreter struct {
engine.VM
loaded map[string]struct{}
}

// New creates a new Prolog interpreter with predefined predicates/operators.
Expand Down

0 comments on commit 68532ef

Please sign in to comment.