From: Coleman Watts Date: Sat, 28 Nov 2015 02:09:44 +0000 (-0500) Subject: Remove unused function X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=074ca5a2443272972bd027f503d7ad2aee7c4f2b;p=civicrm-core.git Remove unused function --- diff --git a/api/class.api.php b/api/class.api.php index a0151dffcf..d91daa2b9c 100644 --- a/api/class.api.php +++ b/api/class.api.php @@ -153,17 +153,6 @@ class civicrm_api3 { } } - /** - * As of PHP 5.3.0. - * - * @param $name - * @param $arguments - */ - public static function __callStatic($name, $arguments) { - // Should we implement it ? - echo "Calling static method '$name' " . implode(', ', $arguments) . "\n"; - } - /** * Call via rest. *