Skip to content

Commit

Permalink
lib-charset: Compile charset-utf8-only code always
Browse files Browse the repository at this point in the history
Mainly so that this code always gets compiled, so any bugs are found.
  • Loading branch information
sirainen committed Nov 17, 2017
1 parent 9c675d5 commit 6d54804
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib-charset/charset-utf8-only.c
Expand Up @@ -3,8 +3,6 @@
#include "lib.h"
#include "charset-utf8-private.h"

#ifndef HAVE_ICONV

struct charset_translation {
normalizer_func_t *normalizer;
};
Expand Down Expand Up @@ -51,5 +49,3 @@ const struct charset_utf8_vfuncs charset_utf8only = {
.to_utf8_reset = utf8only_charset_to_utf8_reset,
.to_utf8 = utf8only_charset_to_utf8,
};

#endif

0 comments on commit 6d54804

Please sign in to comment.