Skip to content

Commit 2239b9f

Browse files
committed
Delete unused method declaration
1 parent c62edeb commit 2239b9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sig/errors.rbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,9 @@ module RBS
193193
end
194194

195195
class InstanceVariableDuplicationError < VariableDuplicationError
196-
def self.check!: (variables: Hash[Symbol, Definition::Variable], member: AST::Members::InstanceVariable, type_name: TypeName) -> void
197196
end
198197

199198
class ClassInstanceVariableDuplicationError < VariableDuplicationError
200-
def self.check!: (variables: Hash[Symbol, Definition::Variable], member: AST::Members::ClassInstanceVariable, type_name: TypeName) -> void
201199
end
202200

203201
class ClassVariableDuplicationError < VariableDuplicationError

0 commit comments

Comments
 (0)