Author: steve.peters
Date: Fri Nov 28 12:54:04 2008
New Revision: 628

Modified:
    trunk/NYTProf.xs

Log:
Quiet unused variable warning.


Modified: trunk/NYTProf.xs
==============================================================================
--- trunk/NYTProf.xs    (original)
+++ trunk/NYTProf.xs    Fri Nov 28 12:54:04 2008
@@ -2814,7 +2814,6 @@
      HV* sub_callers_hv = newHV();
      SV *tmp_str_sv = newSVpvn("",0);
      HV *file_info_stash = gv_stashpv("Devel::NYTProf::FileInfo",  
GV_ADDWARN);
-    HV *sub_info_stash  = gv_stashpv("Devel::NYTProf::SubInfo",   
GV_ADDWARN);

      /* these times don't reflect profile_enable & profile_disable calls */
      NV profiler_start_time = 0.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]
-~----------~----~----~----~------~----~------~--~---

Reply via email to