mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-29 01:51:32 +00:00
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;
|
status = SWITCH_STATUS_SUCCESS;
|
||||||
|
|
||||||
end:
|
end:
|
||||||
|
|
||||||
|
|
||||||
switch_safe_free(lm);
|
switch_safe_free(lm);
|
||||||
switch_safe_free(dic);
|
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 */
|
/*! 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)
|
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;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user