summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-05-19 09:56:20 +0100
committerNicholas Clark <nick@ccl4.org>2011-05-19 09:56:20 +0100
commit5f57559b4e9559e982a8b8ab826c0a0cef6ee4b2 (patch)
treea17f9008dc86422e3da8eaa83e55d318e033ca50 /sv.h
parentf18bc4a843b9dea1f23385742e87117dcebb86ed (diff)
downloadperl-5f57559b4e9559e982a8b8ab826c0a0cef6ee4b2.tar.gz
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.
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sv.h b/sv.h
index 7f46675414..78db67895d 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