1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

client: Remove snap handling

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2023-08-04 14:50:35 -04:00
parent 00b4a413f2
commit 300167aff2

View File

@@ -201,8 +201,6 @@ func ConnectLXDUnixWithContext(ctx context.Context, path string, args *Connectio
}
}
path = shared.HostPath(path)
// Setup the HTTP client
httpClient, err := unixHTTPClient(args, path)
if err != nil {