This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f18bc4a
)
Remove empty #ifdef/#else/#endif block.
author
Nicholas Clark
<nick@ccl4.org>
Thu, 19 May 2011 08:56:20 +0000
(09:56 +0100)
committer
Nicholas Clark
<nick@ccl4.org>
Thu, 19 May 2011 08:56:20 +0000
(09:56 +0100)
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
patch
|
blob
|
blame
|
history
diff --git
a/sv.h
b/sv.h
index
7f46675
..
78db678
100644
(file)
--- 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