Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Nov 30, 2023
1 parent 9208fc4 commit 12cc881
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion class.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ var methods = map[string]*Method{
}

type RClass struct {
super *RClass
}

func (mrb *State) ClassOf(v Value) *RClass {
Expand Down
1 change: 0 additions & 1 deletion object.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package mruby

type RBasic struct {
class *RClass
}

type RObject struct {
Expand Down

0 comments on commit 12cc881

Please sign in to comment.