Removed some unused variables at BRZ and FCH algorithm

This commit is contained in:
fc_botelho
2007-02-13 15:35:38 +00:00
parent f9cac72303
commit 9d6365d965
3 changed files with 3 additions and 3 deletions

View File

@@ -134,6 +134,8 @@ cmph_t *brz_new(cmph_config_t *mph, float c)
case CMPH_FCH:
if (c <= 2.0) c = 2.6;
break;
default:
assert(0);
}
brz->c = c;
brz->m = mph->key_source->nkeys;