Revision: 1436
Author: [email protected]
Date: Wed Dec 26 08:28:00 2012
Log: fix unused var warning
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1436
Modified:
/trunk/FileHandle.xs
=======================================
--- /trunk/FileHandle.xs Mon Nov 22 01:43:39 2010
+++ /trunk/FileHandle.xs Wed Dec 26 08:28:00 2012
@@ -1230,9 +1230,7 @@
SV *guts;
CODE:
guts = SvRV(ST(0));
- if (ix == ix) {
- /* Unused argument. */
- }
+ PERL_UNUSED_VAR(ix);
RETVAL = NYTP_close(handle, 0);
SvPV_set(guts, NULL);
SvLEN_set(guts, 0);
--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]