Skip to content

Commit e975f92

Browse files
committed
Ruby: remove unused predicate
1 parent 3786fbf commit e975f92

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActionDispatch.qll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -845,14 +845,6 @@ module ActionDispatch {
845845
)
846846
}
847847

848-
/**
849-
* Convert the first character of the string to lowercase.
850-
*/
851-
bindingset[input]
852-
private string decapitalize(string input) {
853-
result = input.charAt(0).toLowerCase() + input.suffix(1)
854-
}
855-
856848
/**
857849
* Strip leading and trailing forward slashes from the string.
858850
*/

0 commit comments

Comments
 (0)