Skip to content

Commit 1398575

Browse files
authored
Merge pull request github#17728 from paldepind/rust-remove-unused-types
Rust: Remove unused types
2 parents 04c7319 + 0c9a289 commit 1398575

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

rust/ql/lib/codeql/rust/controlflow/internal/SuccessorType.qll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ private import rust
22
private import codeql.util.Boolean
33
private import Completion
44

5-
newtype TLoopJumpType =
6-
TContinueJump() or
7-
TBreakJump()
8-
9-
newtype TLabelType =
10-
TLabel(string s) { any(Label l).getLifetime().getText() = s } or
11-
TNoLabel()
12-
135
cached
146
newtype TSuccessorType =
157
TSuccessorSuccessor() or

0 commit comments

Comments
 (0)