diff options
Diffstat (limited to 'ext/gd/gd_compat.c')
-rw-r--r-- | ext/gd/gd_compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gd/gd_compat.c b/ext/gd/gd_compat.c index 51020a3c71..86ac23cc2c 100644 --- a/ext/gd/gd_compat.c +++ b/ext/gd/gd_compat.c @@ -63,4 +63,3 @@ int overflow2(int a, int b) } return 0; } - |