Skip to content

Commit c31b8a6

Browse files
committed
remove unused field
1 parent bf00ed7 commit c31b8a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/client.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ class ClientMethod<Q, R> {
5555
class ClientCall<Q, R> implements Response {
5656
static final _methodPost = new Header.ascii(':method', 'POST');
5757
static final _schemeHttp = new Header.ascii(':scheme', 'http');
58-
static final _schemeHttps = new Header.ascii(':scheme', 'https');
5958
static final _contentTypeGrpc =
6059
new Header.ascii('content-type', 'application/grpc');
6160
static final _teTrailers = new Header.ascii('te', 'trailers');

0 commit comments

Comments
 (0)