diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-01-06 19:19:43 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-01-06 21:22:43 -0700 |
commit | ede47329c8cd1caa8bcf570cdbf43db34a180b9b (patch) | |
tree | b716983ced000c4a23d60c898360e4e5e6fa0948 /ext/XS-APItest/APItest.xs | |
parent | 69527dbda3f30fa198e45d54e96c981aae416bf3 (diff) | |
download | perl-ede47329c8cd1caa8bcf570cdbf43db34a180b9b.tar.gz |
ext/XS-APItest: Remove unused variable decl.
This is to stop a compiler warning
Diffstat (limited to 'ext/XS-APItest/APItest.xs')
-rw-r--r-- | ext/XS-APItest/APItest.xs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/XS-APItest/APItest.xs b/ext/XS-APItest/APItest.xs index b23232c7a0..dbb4f5070f 100644 --- a/ext/XS-APItest/APItest.xs +++ b/ext/XS-APItest/APItest.xs @@ -3466,7 +3466,6 @@ AUTOLOAD(...) INIT: SV* comms; SV* class_and_method; - SV* tmp; CODE: class_and_method = GvSV(CvGV(cv)); comms = get_sv("main::the_method", 1); |