diff options
author | Thomas Markwalder <tmark@isc.org> | 2014-08-28 07:56:20 -0400 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2014-08-28 08:12:30 -0400 |
commit | a07d99bbefd67a238b66341f84c6c63f7f35540e (patch) | |
tree | 07bb7bcc8187364b785423822ddcd8dde667319c /common/parse.c | |
parent | 36e2c22493c0f2357aec2ccf4ed37c2eb676bc56 (diff) | |
download | isc-dhcp-a07d99bbefd67a238b66341f84c6c63f7f35540e.tar.gz |
[master] Corrects medium impact issues reported by Coverity.
Merges in rt36933
Diffstat (limited to 'common/parse.c')
-rw-r--r-- | common/parse.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common/parse.c b/common/parse.c index 2e363c2c..65e0b314 100644 --- a/common/parse.c +++ b/common/parse.c @@ -4732,14 +4732,6 @@ int parse_expression (expr, cfile, lose, context, plhs, binop) tmp = (struct expression *)0; rhs = (struct expression *)0; - /* Recursions don't return until we have parsed the end of the - expression, so if we recursed earlier, we can now return what - we got. */ - if (next_op == expr_none) { - *expr = lhs; - return 1; - } - binop = next_op; goto new_rhs; } |