mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-23 02:40:49 -05:00
Remove unreachable return.
This commit is contained in:
@@ -68,7 +68,6 @@ func UnpackFields(msg serial.Message) (fileId string, keys, values ItemAccess, l
|
||||
default:
|
||||
panic(fmt.Sprintf("unknown message id %s", serial.GetFileID(msg)))
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
func WalkAddresses(ctx context.Context, msg serial.Message, cb func(ctx context.Context, addr hash.Hash) error) error {
|
||||
|
||||
Reference in New Issue
Block a user