sv.c: Remove leftover ifdef from the %vd format
authorBrian Fraser <fraserbn@gmail.com>
Tue, 4 Feb 2014 21:32:36 +0000 (18:32 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 5 Feb 2014 07:32:54 +0000 (04:32 -0300)
sv.c

diff --git a/sv.c b/sv.c
index c805af8..494a490 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -11031,9 +11031,6 @@ Perl_sv_vcatpvfn_flags(pTHX_ SV *const sv, const char *const pat, const STRLEN p
            /*FALLTHROUGH*/
        case 'd':
        case 'i':
-#if vdNUMBER
-       format_vd:
-#endif
            if (vectorize) {
                STRLEN ulen;
                if (!veclen)