Rust: Remove unused types

This commit is contained in:
Simon Friis Vindum
2024-10-10 11:47:58 +02:00
parent 25b3d76f71
commit 0c9a2896d8

View File

@@ -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