We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befca9b commit 48c8697Copy full SHA for 48c8697
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll
@@ -154,14 +154,6 @@ module EdgeKind {
154
*/
155
SehExceptionEdge sehExceptionEdge() { result = TSehExceptionEdge() }
156
157
- /**
158
- * Gets an instance of the `ExceptionEdge` class.
159
- */
160
- ExceptionEdge exceptionEdge() {
161
- result = cppExceptionEdge() or
162
- result = sehExceptionEdge()
163
- }
164
-
165
/**
166
* Gets the single instance of the `DefaultEdge` class.
167
0 commit comments