fusefronted: drop unused file.String() function
This is a very old leftover.
This commit is contained in:
parent
6e029a3799
commit
b66e03486a
@ -4,7 +4,6 @@ package fusefrontend
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"fmt"
|
|
||||||
"io"
|
"io"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
@ -141,10 +140,6 @@ func (f *file) createHeader() (fileID []byte, err error) {
|
|||||||
return h.ID, err
|
return h.ID, err
|
||||||
}
|
}
|
||||||
|
|
||||||
func (f *file) String() string {
|
|
||||||
return fmt.Sprintf("cryptFile(%s)", f.fd.Name())
|
|
||||||
}
|
|
||||||
|
|
||||||
// doRead - returns "length" plaintext bytes from plaintext offset "off".
|
// doRead - returns "length" plaintext bytes from plaintext offset "off".
|
||||||
// Arguments "length" and "off" do not have to be block-aligned.
|
// Arguments "length" and "off" do not have to be block-aligned.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user