Removes obsolete segment stub.

This commit is contained in:
James Phillips 2017-10-10 17:21:32 -07:00
parent 94f58199b1
commit e6c50f4a71
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11

View File

@ -1,15 +0,0 @@
// +build !ent
package agent
// done(fs): func ValidateSegments(conf *Config) error {
// done(fs): if conf.Segment != "" {
// done(fs): return structs.ErrSegmentsNotSupported
// done(fs): }
// done(fs):
// done(fs): if len(conf.Segments) > 0 {
// done(fs): return structs.ErrSegmentsNotSupported
// done(fs): }
// done(fs):
// done(fs): return nil
// done(fs): }