Skip to content

Commit 4c088b1

Browse files
committed
C++: Delete outdated bit.
1 parent fc69c16 commit 4c088b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/ql/src/semmle/code/cpp/security/Encryption.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ string getASecureAlgorithmName() {
5959
* contain an algorithm that is known to be secure.
6060
*/
6161
string getSecureAlgorithmRegex() {
62-
// The implementation of this is a duplicate of getInsecureAlgorithmRegex, as
63-
// it isn't possible to have string -> string functions at the moment
6462
// algorithms usually appear in names surrounded by characters that are not
6563
// alphabetical characters in the same case. This handles the upper and lower
6664
// case cases

0 commit comments

Comments
 (0)