Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Jul 30, 2024
1 parent 4d2c6f1 commit 96054d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ const (
SALT = "kcp-go"
// maximum supported smux version
maxSmuxVer = 2
// stream copy buffer size
bufSize = 4096
)

// VERSION is injected by buildflags
Expand Down
2 changes: 0 additions & 2 deletions server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ const (
SALT = "kcp-go"
// maximum supported smux version
maxSmuxVer = 2
// stream copy buffer size
bufSize = 4096
)

const (
Expand Down

0 comments on commit 96054d9

Please sign in to comment.