diff options
Diffstat (limited to 'src/macfont.m')
| -rw-r--r-- | src/macfont.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/macfont.m b/src/macfont.m index 206a810c239..b3bf96d8c4e 100644 --- a/src/macfont.m +++ b/src/macfont.m | |||
| @@ -2817,7 +2817,6 @@ macfont_shape (Lisp_Object lgstring) | |||
| 2817 | } | 2817 | } |
| 2818 | 2818 | ||
| 2819 | len = i; | 2819 | len = i; |
| 2820 | assume (len <= TYPE_MAXIMUM (EMACS_INT) - 2); | ||
| 2821 | 2820 | ||
| 2822 | if (INT_MAX / 2 < len) | 2821 | if (INT_MAX / 2 < len) |
| 2823 | memory_full (SIZE_MAX); | 2822 | memory_full (SIZE_MAX); |