Deleting unused predicate.

This commit is contained in:
REDMOND\brodes
2024-12-05 10:50:06 -05:00
parent befca9ba0e
commit 48c86979f0

View File

@@ -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.
*/