aboutsummaryrefslogtreecommitdiff
path: root/tx.go
diff options
context:
space:
mode:
Diffstat (limited to 'tx.go')
-rw-r--r--tx.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tx.go b/tx.go
index 2020308..4542e61 100644
--- a/tx.go
+++ b/tx.go
@@ -118,7 +118,6 @@ func (tx *Tx) Retry() struct{} {
retries.Add(txProfileValue{tx, tx.numRetryValues}, 1)
tx.numRetryValues++
panic(retry)
- panic("unreachable")
}
// Assert is a helper function that retries a transaction if the condition is