Update src/Functions/soundex.cpp

Co-authored-by: flynn <fenglv15@mails.ucas.ac.cn>
This commit is contained in:
FriendLey 2023-04-10 21:14:49 +08:00 committed by GitHub
parent a67ea35875
commit 2a0de4bc16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,8 +37,6 @@ struct SoundexImpl
{
length = 4
};
/* ABCDEFGHIJKLMNOPQRSTUVWXYZ */
/* :::::::::::::::::::::::::: */
static constexpr auto soundex_map = "01230120022455012623010202";
static char getScode(const char *& ptr, const char * in_end)