Add deprected warning to apparently unused functions
authorColeman Watts <coleman@civicrm.org>
Thu, 29 Apr 2021 15:59:46 +0000 (11:59 -0400)
committerColeman Watts <coleman@civicrm.org>
Thu, 29 Apr 2021 15:59:46 +0000 (11:59 -0400)
commita963992d5ff67edc34fec6cb994c4d9dcaad8e18
treeb7b0168556ad3bb3e372743d05fbde0cf96282d1
parent03e4bc803dd8978fef913b980538af61ace0c0fd
Add deprected warning to apparently unused functions

It looks like one check function is only ever called by the other,
and the other isn't called from anywhere.

What these functions are supposed to do is unclear.
The code comment appears to be wrong; the variable $str
is not a permission string but is inserted into a query
as civicrm_acl.object_table.
CRM/ACL/API.php
CRM/ACL/BAO/ACL.php