Skip to content

Commit

Permalink
chore(script_translator): delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Feb 8, 2019
1 parent 42bacc5 commit 7528fec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rime/gear/script_translator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ size_t ScriptSyllabifier::BuildSyllableGraph(Prism& prism) {

bool ScriptSyllabifier::IsCandidateCorrection(const rime::Phrase &cand) const {
std::stack<bool> results;
bool result = false;
// Perform DFS on syllable graph to find whether this candidate is a correction
SyllabifyTask task {
cand.code(),
Expand Down

0 comments on commit 7528fec

Please sign in to comment.