summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gdbinit5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gdbinit b/.gdbinit
index f5c40a33ee..a9251813ba 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -181,10 +181,6 @@ define rp
printf "T_VALUES: "
print (struct RValues *)$arg0
else
- if ($flags & RUBY_T_MASK) == RUBY_T_BLOCK
- printf "T_BLOCK: "
- print (struct RBasic *)$arg0
- else
if ($flags & RUBY_T_MASK) == RUBY_T_UNDEF
printf "T_UNDEF: "
print (struct RBasic *)$arg0
@@ -229,7 +225,6 @@ define rp
end
end
end
- end
end
document rp
Print a Ruby's VALUE.