diff options
author | Doug MacEachern <dougm@covalent.net> | 2001-06-12 02:38:09 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 00:40:29 +0000 |
commit | abb8a42605a952d46e953073c03ee52b99655727 (patch) | |
tree | e873125750bb55ac1c886709679d679bc0732fc5 /ext/attrs | |
parent | 5765ae1e65e95c609eac2d7170d5372cc997c11e (diff) | |
download | perl-abb8a42605a952d46e953073c03ee52b99655727.tar.gz |
Re: ext/ + -Wall
Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
p4raw-id: //depot/perl@10547
Diffstat (limited to 'ext/attrs')
-rw-r--r-- | ext/attrs/attrs.xs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/attrs/attrs.xs b/ext/attrs/attrs.xs index 4914fda8f4..142f09aeb2 100644 --- a/ext/attrs/attrs.xs +++ b/ext/attrs/attrs.xs @@ -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))); |