Unused method

This commit is contained in:
Petros Angelatos 2013-07-21 02:30:26 +01:00
parent b7504843e9
commit 2525241669

View File

@ -14,5 +14,3 @@ exports.get = (key) -> state[key]
exports.set = (key, value) ->
state[key] = value
sync(state)
exports.sync = -> sync(state)