summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/irb/test_cmd.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/irb/test_cmd.rb b/test/irb/test_cmd.rb
index da7b223fc9..d99ac05c5d 100644
--- a/test/irb/test_cmd.rb
+++ b/test/irb/test_cmd.rb
@@ -357,12 +357,6 @@ module TestIRB
end
def test_measure_toggle
- measuring_proc = proc { |line, line_no, &block|
- time = Time.now
- result = block.()
- puts 'custom processing time: %fs' % (Time.now - time) if IRB.conf[:MEASURE]
- result
- }
conf = {
PROMPT: {
DEFAULT: {