Skip to content

Commit

Permalink
remove unused 'loaded' field from interpreter struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Sep 25, 2024
1 parent 03d3d3d commit a92f1a0
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 a92f1a0

Please sign in to comment.