summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorPaul Johnson <paul@pjcj.net>2007-06-22 04:13:20 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-06-25 11:41:35 +0000
commit85594c3193fdbad2767cc92f3cce383a97bccd08 (patch)
treeb08dfa097582a6a3dce3b3f1a5f3f4171d27a4b1 /op.c
parentc465390a908eeeb2981ab2e0338744d1a8eaba86 (diff)
downloadperl-85594c3193fdbad2767cc92f3cce383a97bccd08.tar.gz
remove op_static
Message-ID: <20070622001320.GD20560@pjcj.net> Plus version bumps p4raw-id: //depot/perl@31461
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 731dce4d5d..613cc2e74e 100644
--- a/op.c
+++ b/op.c
@@ -423,7 +423,7 @@ Perl_op_free(pTHX_ OP *o)
dVAR;
OPCODE type;
- if (!o || o->op_static)
+ if (!o)
return;
if (o->op_latefreed) {
if (o->op_latefree)