(NFC) dev/core#174 - CRM_Utils_System::flushCache - Remove dead code
authorTim Otten <totten@civicrm.org>
Sat, 16 Jun 2018 02:01:35 +0000 (19:01 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 16 Jun 2018 02:03:11 +0000 (19:03 -0700)
commitd7d6c46155dea9c59fcd6e2c40fd8a5864d34620
tree80e623ff564bce042e5f5bcb26142b01fce62f1f
parente783f875b0c24b20e859dacabd1b402ff1da370b
(NFC) dev/core#174 - CRM_Utils_System::flushCache - Remove dead code

Before
------

* The signature of `CRM_Utils_System::flushCache` does not accept arguments.
* Random forms call it with arguments.

After
-----

* The signature of `CRM_Utils_System::flushCache` does not accept arguments.
* Random forms call it without arguments.
CRM/Admin/Form/Job.php
CRM/Admin/Form/LocationType.php
CRM/Admin/Form/PaymentProcessorType.php
CRM/Group/Form/Edit.php
CRM/SMS/Form/Provider.php
CRM/Tag/Form/Tag.php