diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-09 04:34:28 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-09 04:34:28 +0100 |
commit | aa64aada460e01a400c31814a3d9b47e6607e53b (patch) | |
tree | b8907b558b3fd4862e165a7f9f449b826b5f2890 /util | |
parent | 5b87c4bb4bc17f813267b0bd1c71aa1557938891 (diff) | |
download | prosody-aa64aada460e01a400c31814a3d9b47e6607e53b.tar.gz prosody-aa64aada460e01a400c31814a3d9b47e6607e53b.zip |
util.time: Convert to C
Diffstat (limited to 'util')
-rw-r--r-- | util/time.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/util/time.lua b/util/time.lua deleted file mode 100644 index 84cff877..00000000 --- a/util/time.lua +++ /dev/null @@ -1,8 +0,0 @@ --- Import gettime() from LuaSocket, as a way to access high-resolution time --- in a platform-independent way - -local socket_gettime = require "socket".gettime; - -return { - now = socket_gettime; -} |