remove non ANSI comment
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8971 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
70c1a166dd
commit
7d66001b7d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue