Skip to content

Commit

Permalink
Merge pull request #474 from mvaled/master
Browse files Browse the repository at this point in the history
Remove unused StackIndex from chalk-engine.
  • Loading branch information
jackh726 authored May 26, 2020
2 parents c1c7f58 + 294a73c commit 215b9e1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions chalk-engine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,6 @@ index_struct! {
}
}

index_struct! {
/// The StackIndex identifies the position of a table's goal in the
/// stack of goals that are actively being processed. Note that once a
/// table is completely evaluated, it may be popped from the stack,
/// and hence no longer have a stack index.
struct StackIndex {
value: usize,
}
}

/// The paper describes these as `A :- D | G`.
#[derive(Clone, Debug, PartialEq, Eq, Hash, Fold, Visit, HasInterner)]
pub struct ExClause<I: Interner> {
Expand Down

0 comments on commit 215b9e1

Please sign in to comment.