removed ErrLostConn from worker

Cette révision appartient à :
Xing Xing 2014-03-03 14:50:54 +08:00
Parent 78813cb052
révision 76c76995d5

Voir le fichier

@ -11,7 +11,6 @@ var (
ErrNoneFuncs = errors.New("None functions")
ErrTimeOut = errors.New("Executing time out")
ErrUnknown = errors.New("Unknown error")
ErrLostConn = errors.New("Lost connection with Gearmand")
)
// Extract the error message