| Index: service/datastore/properties.go
|
| diff --git a/service/datastore/properties.go b/service/datastore/properties.go
|
| index 9746c67b1d8e4d920023ef0528570bf79c821073..4267d029ad7c7387073cfb2a70e5c369aec6628c 100644
|
| --- a/service/datastore/properties.go
|
| +++ b/service/datastore/properties.go
|
| @@ -680,8 +680,6 @@ type PropertyLoadSaver interface {
|
| // which was held by this PropertyLoadSaver.
|
| Save(withMeta bool) (PropertyMap, error)
|
|
|
| - MetaGetterSetter
|
| -
|
| // Problem indicates that this PLS has a fatal problem. Usually this is
|
| // set when the underlying struct has recursion, invalid field types, nested
|
| // slices, etc.
|
|
|