mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Deleting unused predicate.
This commit is contained in:
@@ -154,14 +154,6 @@ module EdgeKind {
|
||||
*/
|
||||
SehExceptionEdge sehExceptionEdge() { result = TSehExceptionEdge() }
|
||||
|
||||
/**
|
||||
* Gets an instance of the `ExceptionEdge` class.
|
||||
*/
|
||||
ExceptionEdge exceptionEdge() {
|
||||
result = cppExceptionEdge() or
|
||||
result = sehExceptionEdge()
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the single instance of the `DefaultEdge` class.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user