Skip to content

Commit

Permalink
Merge pull request github#17728 from paldepind/rust-remove-unused-types
Browse files Browse the repository at this point in the history
Rust: Remove unused types
  • Loading branch information
paldepind authored Oct 10, 2024
2 parents 04c7319 + 0c9a289 commit 1398575
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ private import rust
private import codeql.util.Boolean
private import Completion

newtype TLoopJumpType =
TContinueJump() or
TBreakJump()

newtype TLabelType =
TLabel(string s) { any(Label l).getLifetime().getText() = s } or
TNoLabel()

cached
newtype TSuccessorType =
TSuccessorSuccessor() or
Expand Down

0 comments on commit 1398575

Please sign in to comment.