Skip to content

Commit

Permalink
linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gritzko committed Mar 29, 2024
1 parent afd7edf commit 882affd
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions repl/repl.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ type FNode struct {
Host *chotki.Chotki
}

func (fn *FNode) findType() {
// db
}

func (fn *FNode) ID() rdx.ID {
return fn.Id
}
Expand All @@ -120,10 +116,6 @@ type INode struct {
Host *chotki.Chotki
}

func (fn *INode) findType() {
// db
}

func (fn *INode) ID() rdx.ID {
return fn.Id
}
Expand All @@ -149,10 +141,6 @@ type RNode struct {
Host *chotki.Chotki
}

func (fn *RNode) findType() {
// db
}

func (fn *RNode) ID() rdx.ID {
return fn.Id
}
Expand All @@ -178,10 +166,6 @@ type SNode struct {
Host *chotki.Chotki
}

func (fn *SNode) findType() {
// db
}

func (fn *SNode) ID() rdx.ID {
return fn.Id
}
Expand All @@ -207,10 +191,6 @@ type TNode struct {
Host *chotki.Chotki
}

func (fn *TNode) findType() {
// db
}

func (fn *TNode) ID() rdx.ID {
return fn.Id
}
Expand Down Expand Up @@ -396,5 +376,4 @@ func main() {
id, err = repl.REPL()
}

return
}

0 comments on commit 882affd

Please sign in to comment.