chore: cleanup unused helper

This commit is contained in:
kolaente 2025-06-18 19:22:42 +02:00
parent a571d42f46
commit 22579dffae
1 changed files with 0 additions and 5 deletions

View File

@ -80,8 +80,3 @@ func MultiFieldSearch(fields []string, search string) builder.Cond {
}
return builder.Or(conditions...)
}
// IsParadeDBInstalled returns true if ParadeDB extension is available
func IsParadeDBInstalled() bool {
return paradedbInstalled
}