diff --git a/agent/segment_stub.go b/agent/segment_stub.go deleted file mode 100644 index 881acc5cdf..0000000000 --- a/agent/segment_stub.go +++ /dev/null @@ -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): }