]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/file_path.go
Add initial support for resource and info forks
[rbdr/mobius] / hotline / file_path.go
index 3ff243557f9b96a69a2d5be6a952fc48f1f03614..cdd95b9a33149f588378cec2c2014574dea4d108 100644 (file)
@@ -87,15 +87,6 @@ func (fp *FilePath) String() string {
        return path.Join(out...)
 }
 
-func ReadFilePath(filePathFieldData []byte) string {
-       var fp FilePath
-       err := fp.UnmarshalBinary(filePathFieldData)
-       if err != nil {
-               // TODO
-       }
-       return fp.String()
-}
-
 func readPath(fileRoot string, filePath, fileName []byte) (fullPath string, err error) {
        var fp FilePath
        if filePath != nil {