Remove unused config optional hook (#39957)

Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
opencode-agent[bot] 2026-07-31 20:30:29 -04:00 committed by GitHub
parent 97f5fb3399
commit b5afaed053
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -262,7 +262,3 @@ export function useConfig() {
if (!value) throw new Error("ConfigProvider is missing")
return value
}
export function useConfigOptional() {
return useContext(ConfigContext)
}