remove more old cruft \o/
[platal.git] / plugins / insert.mkStats.php
index d83ec67..ba24d2e 100644 (file)
@@ -31,7 +31,6 @@
  */
 function smarty_insert_mkStats($params, &$smarty)
 {
-    global $globals;
     $res = XDB::query('select count(*) from requests');
     $cnt = $res->fetchOneCell();
     return ($cnt ? $cnt : '-');