summaryrefslogtreecommitdiff
path: root/ws_connection.go
diff options
context:
space:
mode:
Diffstat (limited to 'ws_connection.go')
-rw-r--r--ws_connection.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/ws_connection.go b/ws_connection.go
index c407a70..63ae86b 100644
--- a/ws_connection.go
+++ b/ws_connection.go
@@ -50,7 +50,6 @@ var usemCount int64 /* atomic */
func handleConn(
ctx context.Context,
c *websocket.Conn,
- session string,
userID string,
) (retErr error) {
send := make(chan string, config.Perf.SendQ)
@@ -306,7 +305,6 @@ func handleConn(
reportError,
mar,
userID,
- session,
)
if err != nil {
return err
@@ -318,7 +316,6 @@ func handleConn(
reportError,
mar,
userID,
- session,
&userCourseGroups,
)
if err != nil {
@@ -331,7 +328,6 @@ func handleConn(
reportError,
mar,
userID,
- session,
&userCourseGroups,
)
if err != nil {