diff --git a/gorm.go b/gorm.go index 1a93b83a..eb42d648 100644 --- a/gorm.go +++ b/gorm.go @@ -69,11 +69,6 @@ type Config struct { callbacks *callbacks cacheStore *sync.Map } -type PrepareStmtLruConfig struct { - Size int - TTL time.Duration - Open bool -} // Apply update config to new config func (c *Config) Apply(config *Config) error {