Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddb1c8 commit 87454a4Copy full SHA for 87454a4
1 file changed
javascript/ql/lib/semmle/javascript/dataflow/internal/FlowSummaryPrivate.qll
@@ -124,9 +124,6 @@ string encodeArgumentPosition(ArgumentPosition pos) {
124
/** Gets the return kind corresponding to specification `"ReturnValue"`. */
125
ReturnKind getStandardReturnValueKind() { result = MkNormalReturnKind() }
126
127
-/** Gets the return kind corresponding to specification `"ReturnValue"`. */
128
-MkNormalReturnKind getReturnValueKind() { any() }
129
-
130
private module FlowSummaryStepInput implements Private::StepsInputSig {
131
DataFlowCall getACall(SummarizedCallable sc) {
132
exists(LibraryCallable callable | callable = sc |
0 commit comments