xmpp-parsers: Remove util::text_node_codecs

This codec system was useful for the previous parser style, but we have
converted them all to xso now!
This commit is contained in:
Emmanuel Gil Peyrot 2024-07-24 17:50:35 +02:00 committed by Maxime “pep” Buquet
commit 2eb6ca2f94
3 changed files with 1 additions and 253 deletions

View file

@ -4,9 +4,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
/// Various helpers.
pub(crate) mod text_node_codecs;
/// Helper macros to parse and serialise more easily.
#[macro_use]
mod macros;