remove redundant getACall()

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2021-07-13 16:32:14 +02:00
committed by GitHub
parent 07bc5856db
commit 086c9c8156

View File

@@ -690,7 +690,6 @@ module TaintedPath {
this =
API::moduleImport("read-pkg")
.getMember(["readPackageAsync", "readPackageSync"])
.getACall()
.getParameter(0)
.getMember("cwd")
.getARhs()