Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
chigusa committed May 15, 2020
1 parent a11e861 commit 287b90a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/hack/new_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
type Live struct {
internal.BaseLive
realID string
}
func (l *Live) GetInfo() (info *live.Info, err error) {
Expand Down
1 change: 0 additions & 1 deletion src/live/lang/lang.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func (b *builder) Build(url *url.URL) (live.Live, error) {

type Live struct {
internal.BaseLive
realID string
}

func (l *Live) getData() (*gjson.Result, error) {
Expand Down

0 comments on commit 287b90a

Please sign in to comment.