8 lines
112 B
Go
Raw Normal View History

2016-06-20 09:47:10 -05:00
// +build !cl12
package cl
func (k *Kernel) ArgName(index int) (string, error) {
return "", ErrUnsupported
}