Skip to content

Commit fe3b0a5

Browse files
committed
Removed unnecessary field
1 parent 8e9f218 commit fe3b0a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/CryptoLibraries.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ private module CryptoJS {
395395
private class Apply extends CryptographicOperation::Range instanceof API::CallNode {
396396
API::Node input;
397397
CryptographicAlgorithm algorithm; // non-functional
398-
InstantiatedAlgorithm instantiation;
399398

400399
Apply() {
401400
this = getEncryptionApplication(input, algorithm) or

0 commit comments

Comments
 (0)