Skip to content

Commit 3265d49

Browse files
committed
Swift: Remove duplicate row.
1 parent f83456a commit 3265d49

File tree

1 file changed

+0
-1
lines changed
  • swift/ql/lib/codeql/swift/frameworks/StandardLibrary

1 file changed

+0
-1
lines changed

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/Numeric.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ private class NumericSummaries extends SummaryModelCsv {
1717
";;false;numericCast(_:);;;Argument[0];ReturnValue;taint",
1818
";;false;unsafeDowncast(_:to:);;;Argument[0];ReturnValue;taint",
1919
";;false;unsafeBitCast(_:to:);;;Argument[0];ReturnValue;taint",
20-
";;false;numericCast(_:);;;Argument[0];ReturnValue;taint",
2120
";;false;min(_:_:);;;Argument[0..1];ReturnValue;taint",
2221
";;false;min(_:_:_:_:);;;Argument[0..2];ReturnValue;taint",
2322
";;false;min(_:_:_:_:);;;Argument[3].CollectionElement;ReturnValue;taint",

0 commit comments

Comments
 (0)