From 4eb35217eeaf518875fa0c4f42f492970931cb3c Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 14 Oct 2012 21:03:52 +0200 Subject: mod_pep: Remove unused imports --- plugins/mod_pep.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/mod_pep.lua') diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index c2261e5f..a65ee903 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -10,10 +10,8 @@ local jid_bare = require "util.jid".bare; local jid_split = require "util.jid".split; local st = require "util.stanza"; -local hosts = hosts; -local user_exists = require "core.usermanager".user_exists; local is_contact_subscribed = require "core.rostermanager".is_contact_subscribed; -local pairs, ipairs = pairs, ipairs; +local pairs = pairs; local next = next; local type = type; local calculate_hash = require "util.caps".calculate_hash; -- cgit v1.2.3