Skip to content

Commit 87f3b43

Browse files
committed
Ruby: remove deprecated private class
1 parent dd092fd commit 87f3b43

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -441,11 +441,6 @@ class ActionControllerSkipForgeryProtectionCall extends CsrfProtectionSetting::R
441441
override boolean getVerificationSetting() { result = false }
442442
}
443443

444-
/**
445-
* DEPRECATED: Use `ActionController::ProtectFromForgeryCall` instead.
446-
*/
447-
deprecated class ActionControllerProtectFromForgeryCall = ActionController::ProtectFromForgeryCall;
448-
449444
/**
450445
* A call to `send_file`, which sends the file at the given path to the client.
451446
*/

0 commit comments

Comments
 (0)