Skip to content

Commit 13b4683

Browse files
rm unused validateAndReadTimeZone func
Signed-off-by: Tim Vaillancourt <[email protected]>
1 parent 3a16db3 commit 13b4683

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

go/logic/applier.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@ func (this *Applier) InitDBConnections() (err error) {
106106
return nil
107107
}
108108

109-
// validateAndReadTimeZone potentially reads server time-zone
110-
func (this *Applier) validateAndReadTimeZone() error {
111-
this.migrationContext.Log.Infof("will use time_zone='%s' on applier", this.ServerInfo().TimeZone)
112-
return nil
113-
}
114-
115109
// generateSqlModeQuery return a `sql_mode = ...` query, to be wrapped with a `set session` or `set global`,
116110
// based on gh-ost configuration:
117111
// - User may skip strict mode

0 commit comments

Comments
 (0)