This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 26d085a  Removed unused `import "C"` statement (#416)
26d085a is described below

commit 26d085a9738798e4fb4035e1b707759b0f4e85f0
Author: Matteo Merli <[email protected]>
AuthorDate: Mon Dec 14 15:30:10 2020 -0800

    Removed unused `import "C"` statement (#416)
---
 pulsar/internal/connection.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pulsar/internal/connection.go b/pulsar/internal/connection.go
index adefb36..7010b13 100644
--- a/pulsar/internal/connection.go
+++ b/pulsar/internal/connection.go
@@ -17,7 +17,6 @@
 
 package internal
 
-import "C"
 import (
        "crypto/tls"
        "crypto/x509"

Reply via email to