JavaScript: Remove two unused fields.

This commit is contained in:
Max Schaefer
2019-08-05 15:41:55 +01:00
parent f60af2cfba
commit d230921b89
2 changed files with 0 additions and 4 deletions

View File

@@ -84,8 +84,6 @@ private string urlPropertyName() {
* A model of a URL request made using the `request` library.
*/
private class RequestUrlRequest extends ClientRequest::Range {
DataFlow::Node url;
RequestUrlRequest() {
exists(string moduleName, DataFlow::SourceNode callee | this = callee.getACall() |
(

View File

@@ -329,8 +329,6 @@ private module NodeJSCrypto {
}
private class Apply extends CryptographicOperation, MethodCallExpr {
Expr input;
InstantiatedAlgorithm instantiation;
Apply() {