X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/bb1e98842e35b3affaf94971e78c86f8b9547928..7cd900d61edbd6d322db3cecb913adf574389320:/hotline/file_path.go?ds=sidebyside diff --git a/hotline/file_path.go b/hotline/file_path.go index 3ff2435..cdd95b9 100644 --- a/hotline/file_path.go +++ b/hotline/file_path.go @@ -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 {