mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Ruby: remove deprecated private class
This commit is contained in:
@@ -441,11 +441,6 @@ class ActionControllerSkipForgeryProtectionCall extends CsrfProtectionSetting::R
|
||||
override boolean getVerificationSetting() { result = false }
|
||||
}
|
||||
|
||||
/**
|
||||
* DEPRECATED: Use `ActionController::ProtectFromForgeryCall` instead.
|
||||
*/
|
||||
deprecated class ActionControllerProtectFromForgeryCall = ActionController::ProtectFromForgeryCall;
|
||||
|
||||
/**
|
||||
* A call to `send_file`, which sends the file at the given path to the client.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user