提交 7d66001b authored 作者: Brian West's avatar Brian West

remove non ANSI comment

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8971 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 70c1a166
......@@ -168,7 +168,6 @@ static switch_status_t pocketsphinx_asr_load_grammar(switch_asr_handle_t *ah, co
status = SWITCH_STATUS_SUCCESS;
end:
switch_safe_free(lm);
switch_safe_free(dic);
......@@ -180,7 +179,6 @@ static switch_status_t pocketsphinx_asr_load_grammar(switch_asr_handle_t *ah, co
/*! function to unload a grammar to the asr interface */
static switch_status_t pocketsphinx_asr_unload_grammar(switch_asr_handle_t *ah, const char *grammar)
{
// not sure an unload exists.
return SWITCH_STATUS_SUCCESS;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论