diff options
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); |