summaryrefslogtreecommitdiff
path: root/src/lua-apk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua-apk.c')
-rw-r--r--src/lua-apk.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lua-apk.c b/src/lua-apk.c
index 2f365b2..73c33e9 100644
--- a/src/lua-apk.c
+++ b/src/lua-apk.c
@@ -46,11 +46,6 @@ static int typerror (lua_State *L, int narg, const char *tname) {
return luaL_argerror(L, narg, msg);
}
-time_t apk_time(void)
-{
- return time(NULL);
-}
-
static apk_blob_t check_blob(lua_State *L, int index)
{
apk_blob_t blob;