mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Removed unnecessary field
This commit is contained in:
@@ -395,7 +395,6 @@ private module CryptoJS {
|
||||
private class Apply extends CryptographicOperation::Range instanceof API::CallNode {
|
||||
API::Node input;
|
||||
CryptographicAlgorithm algorithm; // non-functional
|
||||
InstantiatedAlgorithm instantiation;
|
||||
|
||||
Apply() {
|
||||
this = getEncryptionApplication(input, algorithm) or
|
||||
|
||||
Reference in New Issue
Block a user