Skip to content

Commit

Permalink
cleanup: remove unused extraRepo
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Nov 21, 2023
1 parent 8e5d20a commit 0e77c67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openapi/library.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ import (
type Library struct {
lang string
builtinRepo *meta.Repository
extraRepo *meta.Repository
writer io.Writer
}

func NewLibrary(w io.Writer, lang string) *Library {
return &Library{
builtinRepo: meta.LoadRepository(),
extraRepo: nil,
lang: lang,
writer: w,
}
Expand Down

0 comments on commit 0e77c67

Please sign in to comment.