mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 23:11:01 +00:00
loadNewExtensions is unused, but included for completeness
This commit is contained in:
parent
1542cbefc0
commit
b22d0143e4
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ func (s *Server) InternalClient() InternalClient {
|
|||
|
||||
// loadNewExtensions loads extensions that have been
|
||||
// registered since the last call to loadNewExtensions.
|
||||
func (s *Server) loadNewExtensions() error {
|
||||
func (s *Server) loadNewExtensions() error { //nolint:unused
|
||||
return s.loadExtensions(ext.NewExtensions())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue