Killed some dead code.

geesefs-0-30-9
Aaron Jacobs 2015-07-24 16:23:13 +10:00
parent 3e99a8c67a
commit 74e87c22b8
1 changed files with 0 additions and 6 deletions

View File

@ -410,12 +410,6 @@ func (c *Connection) ReadOp() (op fuseops.Op, err error) {
}
}
func (c *Connection) waitForReady() (err error) {
<-c.wrapped.Ready
err = c.wrapped.MountError
return
}
// Close the connection. Must not be called until operations that were read
// from the connection have been responded to.
func (c *Connection) close() (err error) {