Remove comment added by mistake in c7abbf64
authorFather Chrysostomos <sprout@cpan.org>
Sat, 19 Nov 2011 19:59:54 +0000 (11:59 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 20 Nov 2011 00:14:54 +0000 (16:14 -0800)
universal.c

index 6ea0e29..b62a923 100644 (file)
@@ -154,7 +154,7 @@ Perl_sv_derived_from_pvn(pTHX_ SV *sv, const char *const name, const STRLEN len,
 
     SvGETMAGIC(sv);
 
-    if (SvROK(sv)) { /* hugdo: */
+    if (SvROK(sv)) {
        const char *type;
         sv = SvRV(sv);
         type = sv_reftype(sv,0);