drop unused

master
Bel LaPointe 2023-11-06 12:14:37 -07:00
parent 760c822323
commit cdd1be46a8
1 changed files with 0 additions and 5 deletions

View File

@ -12,11 +12,6 @@ type Root struct {
Done []Todo
}
func VerifyRootFromFile(p string) error {
_, err := NewRootFromFile(p)
return err
}
func NewRootFromFile(p string) (Root, error) {
f, err := os.Open(p)
if os.IsNotExist(err) {