From fa0e2ec0b1910c4f1f48f050d0b81e58bd89a05f Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 4 Apr 2017 18:46:51 +0200 Subject: mod_storage_none: Add a noop archive delete method --- plugins/mod_storage_none.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/mod_storage_none.lua') diff --git a/plugins/mod_storage_none.lua b/plugins/mod_storage_none.lua index 770b2832..e05a0fb7 100644 --- a/plugins/mod_storage_none.lua +++ b/plugins/mod_storage_none.lua @@ -33,4 +33,8 @@ function driver:find() return function () end, 0; end +function driver:delete() + return true; +end + module:provides("storage", driver); -- cgit v1.2.3