Commit 23d23803 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

fuse: drop superfluous type check.

parent aab171a3
......@@ -19,8 +19,6 @@ type dataFile struct {
File
}
var _ = (File)((*dataFile)(nil))
func (f *dataFile) String() string {
l := len(f.data)
if l > 10 {
......
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