Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
alimy committed Sep 10, 2024
1 parent f0c80f3 commit 001a928
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions internal/dao/sakila/sakila.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ func NewAuthorizationManageService() core.AuthorizationManageService {
logrus.Fatal("not support now")
return nil
}

func CloseDbObject() {
logrus.Fatal("not support now")
}
4 changes: 0 additions & 4 deletions internal/dao/slonik/slonik.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ func NewAuthorizationManageService() core.AuthorizationManageService {
logrus.Fatal("not support now")
return nil
}

func CloseDbObject() {
logrus.Fatal("not support now")
}

0 comments on commit 001a928

Please sign in to comment.