diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-05-19 09:56:20 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-05-19 09:56:20 +0100 |
commit | 5f57559b4e9559e982a8b8ab826c0a0cef6ee4b2 (patch) | |
tree | a17f9008dc86422e3da8eaa83e55d318e033ca50 /sv.h | |
parent | f18bc4a843b9dea1f23385742e87117dcebb86ed (diff) | |
download | perl-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |