Commit 7775584e authored by Aaron Jacobs's avatar Aaron Jacobs

Killed an unnecessary field.

parent 74e87c22
......@@ -55,7 +55,6 @@ const maxReadahead = 1 << 20
type Connection struct {
debugLogger *log.Logger
errorLogger *log.Logger
wrapped *fuseshim.Conn
// The device through which we're talking to the kernel, and the protocol
// version that we're using to talk to it.
......@@ -101,7 +100,6 @@ func newConnection(
c = &Connection{
debugLogger: debugLogger,
errorLogger: errorLogger,
wrapped: wrapped,
dev: wrapped.Dev,
protocol: wrapped.Protocol(),
parentCtx: parentCtx,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment