mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
Ruby: remove unused predicate
This commit is contained in:
@@ -845,14 +845,6 @@ module ActionDispatch {
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
* Convert the first character of the string to lowercase.
|
||||
*/
|
||||
bindingset[input]
|
||||
private string decapitalize(string input) {
|
||||
result = input.charAt(0).toLowerCase() + input.suffix(1)
|
||||
}
|
||||
|
||||
/**
|
||||
* Strip leading and trailing forward slashes from the string.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user