summaryrefslogtreecommitdiff
path: root/extras/luacov/src/luacov/tick.lua
diff options
context:
space:
mode:
Diffstat (limited to 'extras/luacov/src/luacov/tick.lua')
m---------extras/luacov0
-rw-r--r--extras/luacov/src/luacov/tick.lua7
2 files changed, 0 insertions, 7 deletions
diff --git a/extras/luacov b/extras/luacov
new file mode 160000
+Subproject fe10d23a7c6eb6fbe37c3fba1afc10817629a60
diff --git a/extras/luacov/src/luacov/tick.lua b/extras/luacov/src/luacov/tick.lua
deleted file mode 100644
index 624cae3..0000000
--- a/extras/luacov/src/luacov/tick.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-
---- Load luacov using this if you want it to periodically
--- save the stats file. This is useful if your script is
--- a daemon (ie, does not properly terminate.)
-module("luacov.tick", package.seeall)
-
-require("luacov")