client: Remove unused import

Thu, 22 Oct 2020 13:55:15 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 22 Oct 2020 13:55:15 +0100
changeset 430
b1f7214c6ec2
parent 429
46897d7769c3
child 431
9d7a293849f3

client: Remove unused import

client.lua file | annotate | diff | comparison | revisions
--- a/client.lua	Thu Oct 22 13:54:46 2020 +0100
+++ b/client.lua	Thu Oct 22 13:55:15 2020 +0100
@@ -3,7 +3,6 @@
 
 local jid_split = require "util.jid".split;
 local adns = require "net.adns";
-local lxp = require "lxp";
 local st = require "util.stanza";
 
 -- Shortcuts to save having to load util.stanza

mercurial