summaryrefslogtreecommitdiffstats
path: root/src/lookup/phonetic_lookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lookup/phonetic_lookup.cpp')
-rw-r--r--src/lookup/phonetic_lookup.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lookup/phonetic_lookup.cpp b/src/lookup/phonetic_lookup.cpp
index 817f837..e658911 100644
--- a/src/lookup/phonetic_lookup.cpp
+++ b/src/lookup/phonetic_lookup.cpp
@@ -203,8 +203,6 @@ bool ForwardPhoneticConstraints::diff_result(MatchResult best,
assert(add_constraint(pos, next_pos, other_token));
}
- /* best and other results should be different. */
- assert(changed);
return changed;
}