Files
Douglas Eichelberger 7e2cd509d4 Remove unused instance variables in API code
These instance variables are assigned but never read:

- `@stale_seconds` and `@target` in `Homebrew::API::JSONDownloadStrategy`
  and `Homebrew::API::JSONDownload`; the value is used via `meta[:target]`/
  `meta[:stale_seconds]` and the `target`/`stale_seconds` arguments, not the
  ivars. (`JSONDownloadStrategy#initialize` then only called `super`, so drop
  it too.)
- `@old_homebrew_cellar` in `APIHashable`, which is saved during API
  generation but never restored (only the prefix, home and git config are).

Claude-Session: https://claude.ai/code/session_011BgWRBydtdkvt8ocqH4nj9
2026-07-28 21:45:48 -07:00
..
2026-07-17 15:36:14 +01:00
2026-05-30 14:58:09 +01:00
2026-07-27 21:06:20 +01:00
2026-05-30 14:58:09 +01:00
2026-07-27 21:06:20 +01:00
2023-02-22 21:53:32 +00:00
2026-07-27 21:06:20 +01:00