# HG changeset patch # User Matthew Wild # Date 1679045205 0 # Node ID b49d5df43a4c5de45ae0a4eea2d95a953cc2b863 # Parent fae5ae0ddb840f689e4db8051c92d9288af5ca79 jingle_ibb: Remove unused import of table.concat diff -r fae5ae0ddb84 -r b49d5df43a4c plugins/jingle_ibb.lua --- a/plugins/jingle_ibb.lua Fri Mar 17 09:25:24 2023 +0000 +++ b/plugins/jingle_ibb.lua Fri Mar 17 09:26:45 2023 +0000 @@ -6,7 +6,6 @@ local xmlns_ibb = "http://jabber.org/protocol/ibb"; assert(base64.encode("This is a test.") == "VGhpcyBpcyBhIHRlc3Qu", "Base64 encoding failed"); assert(base64.decode("VGhpcyBpcyBhIHRlc3Qu") == "This is a test.", "Base64 decoding failed"); -local t_concat = table.concat local ibb_conn = {}; local ibb_conn_mt = { __index = ibb_conn };