removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Smarty-2.6.0 / libs / core / core.get_microtime.php
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/core/core.get_microtime.php b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/core/core.get_microtime.php
deleted file mode 100644 (file)
index 3c998a7..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php\r
-/**\r
- * Smarty plugin\r
- * @package Smarty\r
- * @subpackage plugins\r
- */\r
-\r
-/**\r
- * Get seconds and microseconds\r
- * @return double\r
- */\r
-function smarty_core_get_microtime($params, &$smarty)\r
-{\r
-    $mtime = microtime();\r
-    $mtime = explode(" ", $mtime);\r
-    $mtime = (double)($mtime[1]) + (double)($mtime[0]);\r
-    return ($mtime);\r
-}\r
-\r
-\r
-/* vim: set expandtab: */\r
-\r
-?>\r