Remove unreachable code

This commit is contained in:
Tyler Bunnell 2013-03-31 09:41:59 -06:00
parent 841b040dd7
commit cfc83347cf

View File

@ -409,8 +409,6 @@ func (args Arguments) String(indexOrNil ...int) string {
panic(fmt.Sprint("assert: arguments: Wrong number of arguments passed to String. Must be 0 or 1, not %d", len(indexOrNil)))
}
return ""
}
// Int gets the argument at the specified index. Panics if there is no argument, or