Commit 63a16e74 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

fuse: remove unused data member

parent 0e0d3f3b
...@@ -54,8 +54,6 @@ type request struct { ...@@ -54,8 +54,6 @@ type request struct {
// Input, if small enough to fit here. // Input, if small enough to fit here.
smallInputBuf [128]byte smallInputBuf [128]byte
context Context
} }
func (r *request) clear() { func (r *request) clear() {
......
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