From 00a5d73ecc2a5c29fdb043688f5d7d64a885a8e1 Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 18 Mar 2021 08:20:50 +1300 Subject: [PATCH] Remove now-empty function --- CRM/Admin/Form/Setting/Path.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CRM/Admin/Form/Setting/Path.php b/CRM/Admin/Form/Setting/Path.php index e42071928b..aa17363a29 100644 --- a/CRM/Admin/Form/Setting/Path.php +++ b/CRM/Admin/Form/Setting/Path.php @@ -31,6 +31,8 @@ class CRM_Admin_Form_Setting_Path extends CRM_Admin_Form_Setting { /** * Build the form object. + * + * @throws \CRM_Core_Exception */ public function buildQuickForm() { CRM_Utils_System::setTitle(ts('Settings - Upload Directories')); @@ -56,8 +58,4 @@ class CRM_Admin_Form_Setting_Path extends CRM_Admin_Form_Setting { } - public function postProcess() { - parent::postProcess(); - } - } -- 2.25.1