1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-06-29 00:21:46 +02:00

chore: cleanup unused const

This commit is contained in:
Vladimir Mihailenco
2022-05-02 09:38:51 +03:00
parent a0d867b5f4
commit 8105f9f4c4

View File

@ -10,11 +10,6 @@ const (
ClientKeepAlive = 6
)
const (
CompressionDisabled = 0
CompressionEnabled = 1
)
const (
ServerHello = 0
ServerData = 1