diff --git a/go/adbc/driver/flightsql/flightsql_driver.go b/go/adbc/driver/flightsql/flightsql_driver.go index 933e3e99d5..b03ce9c12a 100644 --- a/go/adbc/driver/flightsql/flightsql_driver.go +++ b/go/adbc/driver/flightsql/flightsql_driver.go @@ -78,8 +78,6 @@ type driverImpl struct { } // NewDriver creates a new Flight SQL driver using the given Arrow allocator. -// -// It optionally accepts gRPC dial options to be used when connecting to the func NewDriver(alloc memory.Allocator) adbc.Driver { info := driverbase.DefaultDriverInfo("Flight SQL") return driverbase.NewDriver(&driverImpl{DriverImplBase: driverbase.NewDriverImplBase(info, alloc)})