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:
Brian West 2008-07-09 22:39:44 +00:00
parent 70c1a166dd
commit 7d66001b7d
1 changed files with 0 additions and 2 deletions

View File

@ -169,7 +169,6 @@ static switch_status_t pocketsphinx_asr_load_grammar(switch_asr_handle_t *ah, co
end:
switch_safe_free(lm);
switch_safe_free(dic);
switch_safe_free(model);
@ -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;
}