summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-10-05 20:31:23 +0000
committerNicholas Clark <nick@ccl4.org>2007-10-05 20:31:23 +0000
commit618b9757aa96db62da872255c9caeb6443086539 (patch)
tree4ffcbd40e46f844bae72d6530a1542a69da03059 /embed.fnc
parent5e7aa789c35577c2a092ac2f2d75bcee74e9b7f1 (diff)
downloadperl-618b9757aa96db62da872255c9caeb6443086539.tar.gz
PL_cshname is actually a constant value known at compile time.
PL_cshlen can be calculated by the compiler. So eliminate both as interpreter variables, and the code that calculates PL_cshlen at runtime. p4raw-id: //depot/perl@32035
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index fef33dbfee..16a8574669 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1541,7 +1541,6 @@ s |int |intuit_more |NN char *s
s |I32 |lop |I32 f|int x|NN char *s
rs |void |missingterm |NULLOK char *s
s |void |no_op |NN const char *what|NULLOK char *s
-s |void |set_csh
sR |I32 |sublex_done
sR |I32 |sublex_push
sR |I32 |sublex_start