Remove unreachable utility functions (bd-224, bd-214)

- Remove duplicate computeIssueContentHash from sqlite/hash.go
- Remove FileUsed() from internal/config/config.go
- Remove verifyIssueOpen() test helper from git_sync_test.go
- Remove unimplemented SummarizeTier2 and all tier2 infrastructure from haiku.go

Removes ~120 LOC of dead code identified by deadcode analyzer.

Amp-Thread-ID: https://ampcode.com/threads/T-5f150c35-8d67-4dae-bb92-a7b5887d649d
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Steve Yegge
2025-10-27 20:45:59 -07:00
parent 64a464fe6f
commit 298d559407
5 changed files with 0 additions and 132 deletions

View File

@@ -147,14 +147,6 @@ func Set(key string, value interface{}) {
// return v.BindPFlag(key, flag)
// }
// FileUsed returns the path to the active configuration file.
func FileUsed() string {
if v == nil {
return ""
}
return v.ConfigFileUsed()
}
// AllSettings returns all configuration settings as a map
func AllSettings() map[string]interface{} {
if v == nil {