From e4d65d5aef0f20add4563f5a4313875bcfc446ec Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Fri, 5 Apr 2024 22:44:16 -0700 Subject: [PATCH] x/model: remove vestigial DisplayFullest --- x/model/name.go | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/x/model/name.go b/x/model/name.go index fa6c7192..b02c8162 100644 --- a/x/model/name.go +++ b/x/model/name.go @@ -241,19 +241,6 @@ func (r Name) DisplayLong() string { }).String() } -// DisplayFullest returns the fullest display string of the Name including -// host, namespace, model, tag. -// -// It does not include the build. -func (r Name) DisplayFullest() string { - return (Name{ - host: r.host, - namespace: r.namespace, - model: r.model, - tag: r.tag, - }).String() -} - // String returns the fullest string respresentation of the Name. // // It includes the build, if any. For a string representation without the