diff options
| author | Peng Wu <alexepico@gmail.com> | 2025-11-13 16:54:43 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2025-11-13 16:54:43 +0800 |
| commit | 6d84cc90309ba0e494648fa74a1175c7f875c21c (patch) | |
| tree | ddda1ab96acbe1e2274eab148f2ec117066a8c5f /src/storage/ngram_tkrzwdb.cpp | |
| parent | dd59b356ee1e73b77de03684abe2431814d0ec76 (diff) | |
| download | libpinyin-6d84cc90309ba0e494648fa74a1175c7f875c21c.tar.gz libpinyin-6d84cc90309ba0e494648fa74a1175c7f875c21c.tar.xz libpinyin-6d84cc90309ba0e494648fa74a1175c7f875c21c.zip | |
Fix crash
Diffstat (limited to 'src/storage/ngram_tkrzwdb.cpp')
| -rw-r--r-- | src/storage/ngram_tkrzwdb.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/storage/ngram_tkrzwdb.cpp b/src/storage/ngram_tkrzwdb.cpp index 83786e6..c826a44 100644 --- a/src/storage/ngram_tkrzwdb.cpp +++ b/src/storage/ngram_tkrzwdb.cpp @@ -154,8 +154,6 @@ public: } std::string_view ProcessEmpty(std::string_view key) override { - /* assume no empty record. */ - assert (FALSE); return NOOP; } }; |
