mirror of https://bitbucket.org/ausocean/av.git
Got rid of *session Session check
This commit is contained in:
parent
87e9e383b1
commit
ace742d80e
|
@ -372,8 +372,6 @@ type C_AMFObject struct {
|
|||
o_props *C.AMFObjectProperty
|
||||
}
|
||||
|
||||
var _ Session = (*session)(nil)
|
||||
|
||||
// NewSession returns a new session.
|
||||
func NewSession(url string, connectTimeout uint) Session {
|
||||
return &session{
|
||||
|
|
Loading…
Reference in New Issue