]> git.mxchange.org Git - friendica.git/commitdiff
Remove unused variable
authorPierre Rudloff <contact@rudloff.pro>
Sat, 23 Dec 2017 00:23:28 +0000 (01:23 +0100)
committerPierre Rudloff <contact@rudloff.pro>
Sat, 23 Dec 2017 00:23:28 +0000 (01:23 +0100)
include/api.php

index e561f397c0480fb2909b4b82a9566ab7647b21bc..724568279aad61612d13d185c99472897b1383b5 100644 (file)
@@ -950,8 +950,6 @@ function api_create_xml($data, $root_element)
  */
 function api_format_data($root_element, $type, $data)
 {
-       $a = get_app();
-
        switch ($type) {
                case "atom":
                case "rss":