Skip to content

Commit f12f74e

Browse files
committed
delete unused predicate
1 parent 72d31c8 commit f12f74e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

csharp/ql/src/Security Features/CWE-327/InsecureSQLConnection.ql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
predicate isEncryptedByDefault(){
4444
version.compareTo("4.0") >= 0
4545
}
46-
Version getVersion(){
47-
result = version
48-
}
4946
}
5047

5148
predicate isEncryptTrue(Source source, Sink sink){

0 commit comments

Comments
 (0)