aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
diff options
context:
space:
mode:
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def14
1 files changed, 0 insertions, 14 deletions
diff --git a/insns.def b/insns.def
index ea4afc39e9..9e8ceb49cd 100644
--- a/insns.def
+++ b/insns.def
@@ -359,20 +359,6 @@ putself
/**
@c put
- @e put Qundef. DO NOT USE in NORMAL RUBY PROGRAM
- @j put Qundef.
- */
-DEFINE_INSN
-putundef
-()
-()
-(VALUE val)
-{
- val = Qundef;
-}
-
-/**
- @c put
@e put some object.
i.e. Fixnum, true, false, nil, and so on.
@j オブジェクトを置く。i.e. Fixnum, true, false, nil, and so on.