diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-01-02 15:15:21 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-02 15:27:58 +0000 |
| commit | 5cdbe12ef7ec1ee2d99c5430924aab23c0fea503 (patch) | |
| tree | 58f2b79f952a7feaa507eb015eab4a1eb253ab70 /vm/proxyapp/proxyappclient.go | |
| parent | a10c0112aec1525f7ca5f74716fc5f0552e2d05e (diff) | |
all: remove unused nolint directives
Diffstat (limited to 'vm/proxyapp/proxyappclient.go')
| -rw-r--r-- | vm/proxyapp/proxyappclient.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vm/proxyapp/proxyappclient.go b/vm/proxyapp/proxyappclient.go index c3740ce6a..ffc5d5b85 100644 --- a/vm/proxyapp/proxyappclient.go +++ b/vm/proxyapp/proxyappclient.go @@ -423,7 +423,6 @@ type instance struct { } // Copy copies a hostSrc file into VM and returns file name in VM. -// nolint: dupl func (inst *instance) Copy(hostSrc string) (string, error) { var reply proxyrpc.CopyResult params := proxyrpc.CopyParams{ @@ -450,7 +449,6 @@ func (inst *instance) Copy(hostSrc string) (string, error) { // Forward sets up forwarding from within VM to the given tcp // port on the host and returns the address to use in VM. -// nolint: dupl func (inst *instance) Forward(port int) (string, error) { var reply proxyrpc.ForwardResult err := inst.ProxyApp.Call( |
