Re: ext/ + -Wall
Doug MacEachern [Tue, 12 Jun 2001 09:38:09 +0000 (02:38 -0700)]
Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>

p4raw-id: //depot/perl@10547

ext/attrs/attrs.xs

index 4914fda..142f09a 100644 (file)
@@ -22,7 +22,6 @@ import(...)
        unimport = 1
     PREINIT:
        int i;
-       CV *cv;
     PPCODE:
        if (items < 1)
            Perl_croak(aTHX_ "Usage: %s(Class, ...)", GvNAME(CvGV(cv)));