Skip to content

Commit 215b9e1

Browse files
authored
Merge pull request #474 from mvaled/master
Remove unused StackIndex from chalk-engine.
2 parents c1c7f58 + 294a73c commit 215b9e1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

chalk-engine/src/lib.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,6 @@ index_struct! {
8383
}
8484
}
8585

86-
index_struct! {
87-
/// The StackIndex identifies the position of a table's goal in the
88-
/// stack of goals that are actively being processed. Note that once a
89-
/// table is completely evaluated, it may be popped from the stack,
90-
/// and hence no longer have a stack index.
91-
struct StackIndex {
92-
value: usize,
93-
}
94-
}
95-
9686
/// The paper describes these as `A :- D | G`.
9787
#[derive(Clone, Debug, PartialEq, Eq, Hash, Fold, Visit, HasInterner)]
9888
pub struct ExClause<I: Interner> {

0 commit comments

Comments
 (0)