removed redundant CanStopStreaming func

This commit is contained in:
Shlomi Noach 2017-12-11 08:02:32 +02:00
parent e99671ea75
commit 7ef284a3ad

View File

@ -195,8 +195,6 @@ type MigrationContext struct {
ForceTmpTableName string ForceTmpTableName string
recentBinlogCoordinates mysql.BinlogCoordinates recentBinlogCoordinates mysql.BinlogCoordinates
CanStopStreaming func() bool
} }
type ContextConfig struct { type ContextConfig struct {