Skip to content

Commit 48c8697

Browse files
committed
Deleting unused predicate.
1 parent befca9b commit 48c8697

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,6 @@ module EdgeKind {
154154
*/
155155
SehExceptionEdge sehExceptionEdge() { result = TSehExceptionEdge() }
156156

157-
/**
158-
* Gets an instance of the `ExceptionEdge` class.
159-
*/
160-
ExceptionEdge exceptionEdge() {
161-
result = cppExceptionEdge() or
162-
result = sehExceptionEdge()
163-
}
164-
165157
/**
166158
* Gets the single instance of the `DefaultEdge` class.
167159
*/

0 commit comments

Comments
 (0)