Skip to content

Commit f09a187

Browse files
committed
Remove unused error
1 parent 4c75e03 commit f09a187

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

lib/irb/lc/error.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ def initialize(val)
4848
super("No such job(#{val}).")
4949
end
5050
end
51-
class CantShiftToMultiIrbMode < StandardError
52-
def initialize
53-
super("Can't shift to multi irb mode.")
54-
end
55-
end
5651
class CantChangeBinding < StandardError
5752
def initialize(val)
5853
super("Can't change binding to (#{val}).")

lib/irb/lc/ja/error.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ def initialize(val)
4848
super("そのようなジョブ(#{val})はありません.")
4949
end
5050
end
51-
class CantShiftToMultiIrbMode < StandardError
52-
def initialize
53-
super("multi-irb modeに移れません.")
54-
end
55-
end
5651
class CantChangeBinding < StandardError
5752
def initialize(val)
5853
super("バインディング(#{val})に変更できません.")

0 commit comments

Comments
 (0)