From 5f57559b4e9559e982a8b8ab826c0a0cef6ee4b2 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 19 May 2011 09:56:20 +0100 Subject: [PATCH] Remove empty #ifdef/#else/#endif block. This was added (with contents) in b162af07ec759e1b. The contents were moved elsewhere in the refactoring of ac09da3b9065d6e7, but that change failed to remove the block it had now emptied. --- sv.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sv.h b/sv.h index 7f46675..78db678 100644 --- a/sv.h +++ b/sv.h @@ -1003,9 +1003,6 @@ the scalar's value cannot change unless written to. ((XPVMG*) SvANY(sv))->xmg_u.xmg_ourstash = st; \ } STMT_END -#ifdef PERL_DEBUG_COW -#else -#endif #define SvRVx(sv) SvRV(sv) #ifdef PERL_DEBUG_COW -- 2.7.4