Changeset

430:b1f7214c6ec2

client: Remove unused import
author Matthew Wild <mwild1@gmail.com>
date Thu, 22 Oct 2020 13:55:15 +0100
parents 429:46897d7769c3
children 431:9d7a293849f3
files client.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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