From 8105f9f4c4166ef535b7080b2364f86ab53ff8eb Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Mon, 2 May 2022 09:38:51 +0300 Subject: [PATCH] chore: cleanup unused const --- ch/chproto/proto.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ch/chproto/proto.go b/ch/chproto/proto.go index 6783886..6cabd0f 100644 --- a/ch/chproto/proto.go +++ b/ch/chproto/proto.go @@ -10,11 +10,6 @@ const ( ClientKeepAlive = 6 ) -const ( - CompressionDisabled = 0 - CompressionEnabled = 1 -) - const ( ServerHello = 0 ServerData = 1