From 7ef284a3ad2608101045746b2040f063fb4484b0 Mon Sep 17 00:00:00 2001 From: Shlomi Noach Date: Mon, 11 Dec 2017 08:02:32 +0200 Subject: [PATCH] removed redundant CanStopStreaming func --- go/base/context.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/go/base/context.go b/go/base/context.go index c867ced..06a1c15 100644 --- a/go/base/context.go +++ b/go/base/context.go @@ -195,8 +195,6 @@ type MigrationContext struct { ForceTmpTableName string recentBinlogCoordinates mysql.BinlogCoordinates - - CanStopStreaming func() bool } type ContextConfig struct {