Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87454a4

Browse files
committed
JS: Remove unused predicate
1 parent 0ddb1c8 commit 87454a4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

javascript/ql/lib/semmle/javascript/dataflow/internal/FlowSummaryPrivate.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ string encodeArgumentPosition(ArgumentPosition pos) {
124124
/** Gets the return kind corresponding to specification `"ReturnValue"`. */
125125
ReturnKind getStandardReturnValueKind() { result = MkNormalReturnKind() }
126126

127-
/** Gets the return kind corresponding to specification `"ReturnValue"`. */
128-
MkNormalReturnKind getReturnValueKind() { any() }
129-
130127
private module FlowSummaryStepInput implements Private::StepsInputSig {
131128
DataFlowCall getACall(SummarizedCallable sc) {
132129
exists(LibraryCallable callable | callable = sc |

0 commit comments

Comments
 (0)