blob: 1b36856f9ecb36c775fdc4f2c85cac09930394ca [file] [log] [blame]
// +build !windows
package layer
func (rl *roLayer) Platform() Platform {
return ""
}