diff options
Diffstat (limited to 'intl/plural.y')
-rw-r--r-- | intl/plural.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intl/plural.y b/intl/plural.y index 5f945659d5..78a7453f4c 100644 --- a/intl/plural.y +++ b/intl/plural.y @@ -207,7 +207,6 @@ exp: exp '?' exp ':' exp %% void -internal_function FREE_EXPRESSION (struct expression *exp) { if (exp == NULL) |