Remove unreachable code

pull/14/merge
Tyler Bunnell 2013-03-31 09:41:59 -06:00
parent 841b040dd7
commit cfc83347cf
1 changed files with 0 additions and 2 deletions

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