aboutsummaryrefslogtreecommitdiffstats
path: root/main/ast_expr2f.c
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-10 19:07:36 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-10 19:07:36 +0000
commitd998cef35e43627ce694309c02072c14c52d0f26 (patch)
tree46deeab02e9f85e1da8fce2e5aa9a36ca222b10a /main/ast_expr2f.c
parent3d2e5fea00474966a960bcf1ed66f5bad2801f7b (diff)
heh, remove patch to generated file.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@97826 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/ast_expr2f.c')
-rw-r--r--main/ast_expr2f.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/ast_expr2f.c b/main/ast_expr2f.c
index 9f5e5cf4f..57eb2dd5b 100644
--- a/main/ast_expr2f.c
+++ b/main/ast_expr2f.c
@@ -3963,8 +3963,7 @@ void *ast_yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
void ast_yyfree (void * ptr , yyscan_t yyscanner)
{
- if (ptr)
- free( (char *) ptr ); /* see ast_yyrealloc() for (char *) cast */
+ free( (char *) ptr ); /* see ast_yyrealloc() for (char *) cast */
}
#define YYTABLES_NAME "yytables"