Remove unreachable code

pull/21/merge
Tyler Bunnell 2013-06-12 09:35:26 -06:00
parent ae878dc5c4
commit f3d115a597
1 changed files with 0 additions and 1 deletions

View File

@ -424,7 +424,6 @@ func (args Arguments) String(indexOrNil ...int) string {
}
panic(fmt.Sprintf("assert: arguments: Wrong number of arguments passed to String. Must be 0 or 1, not %d", len(indexOrNil)))
return ""
}