diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index 7828c50f7..eec1156dd 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -9277,6 +9277,7 @@ static const char *ndpi_en_bigrams[] = { /* ******************************************************************** */ +#if 0 static const char *ndpi_en_popular_bigrams[] = { "th", "he", "in", "er", "an", "re", "on", "at", "en", "nd", "ti", "es", "or", "te", "of", "ed", "is", "it", "al", "ar", "st", "to", "nt", "ng", "se", "ha", "as", "ou", "io", "le", "ve", "co", "me", "de", "hi", "ri", @@ -9317,6 +9318,7 @@ static const char *ndpi_en_popular_bigrams[] = { "gq", "vk", "zj", "xk", "qp", "hx", "fz", "qh", "qj", "jz", "vq", "kq", "xd", "qw", "jx", "qx", "kz", "wx", "fq", "xz", "zx", "jq", "qg", "qk", "qy", "qz", "wq", "wz", NULL }; +#endif /* ******************************************************************** */ |