Skip to content

Commit 68876b0

Browse files
authored
Merge pull request #4519 from smowton/smowton/cleanup/loggertype-dead-code
C#: Remove dead LoggerType class
2 parents 2050f82 + af6da85 commit 68876b0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

csharp/ql/src/semmle/code/csharp/security/dataflow/LogForging.qll

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ module LogForging {
4848
HtmlSanitizer() { this.asExpr() instanceof HtmlSanitizedExpr }
4949
}
5050

51-
/**
52-
* A logger type that extends from an ILogger type.
53-
*/
54-
private class LoggerType extends RefType {
55-
LoggerType() { getABaseType*().hasName("ILogger") }
56-
}
57-
5851
/**
5952
* An argument to a call to a method on a logger class.
6053
*/

0 commit comments

Comments
 (0)