summaryrefslogtreecommitdiff
path: root/wsmsg_hello.go
diff options
context:
space:
mode:
Diffstat (limited to 'wsmsg_hello.go')
-rw-r--r--wsmsg_hello.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/wsmsg_hello.go b/wsmsg_hello.go
index b92dde9..f0bc191 100644
--- a/wsmsg_hello.go
+++ b/wsmsg_hello.go
@@ -36,9 +36,8 @@ func messageHello(
reportError reportErrorT,
mar []string,
userID string,
- session string,
) error {
- _, _ = mar, session
+ _ = mar
select {
case <-ctx.Done():