summaryrefslogtreecommitdiffstats
path: root/acf/persistence/backends/null.lua
diff options
context:
space:
mode:
Diffstat (limited to 'acf/persistence/backends/null.lua')
-rw-r--r--acf/persistence/backends/null.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/acf/persistence/backends/null.lua b/acf/persistence/backends/null.lua
deleted file mode 100644
index 7ff58ce..0000000
--- a/acf/persistence/backends/null.lua
+++ /dev/null
@@ -1,10 +0,0 @@
---[[
-Copyright (c) 2012-2013 Kaarle Ritvanen
-See LICENSE file for license details
---]]
-
-local backend = require('acf.object').class()
-function backend:get(path, top) if #path == 0 then return {} end end
-function backend:set(mods) end
-
-return backend