Skip to content

Commit d230921

Browse files
author
Max Schaefer
committed
JavaScript: Remove two unused fields.
1 parent f60af2c commit d230921

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

javascript/ql/src/semmle/javascript/frameworks/ClientRequests.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ private string urlPropertyName() {
8484
* A model of a URL request made using the `request` library.
8585
*/
8686
private class RequestUrlRequest extends ClientRequest::Range {
87-
DataFlow::Node url;
88-
8987
RequestUrlRequest() {
9088
exists(string moduleName, DataFlow::SourceNode callee | this = callee.getACall() |
9189
(

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,6 @@ private module NodeJSCrypto {
329329
}
330330

331331
private class Apply extends CryptographicOperation, MethodCallExpr {
332-
Expr input;
333-
334332
InstantiatedAlgorithm instantiation;
335333

336334
Apply() {

0 commit comments

Comments
 (0)