Issue #2002706 by kerasai: Improve code maintainability by removing unused local variables - core/includes/authorize.inc.

8.0.x
Alex Pott 2013-05-30 07:14:11 +01:00
parent cd56978aa7
commit 645524275e
1 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
* @ingroup forms
*/
function authorize_filetransfer_form($form, &$form_state) {
global $base_url;
$form = array();
// If possible, we want to post this form securely via HTTPS.
@ -226,7 +225,6 @@ function authorize_filetransfer_form_validate($form, &$form_state) {
* @see authorize_filetransfer_validate()
*/
function authorize_filetransfer_form_submit($form, &$form_state) {
global $base_url;
switch ($form_state['triggering_element']['#name']) {
case 'process_updates':