Commit 8e4166c
committed
refactor: remove redundant Homebrew check from detectLegacyInstallationMethod
The Homebrew check in detectLegacyInstallationMethod was dead code since
detectInstallationMethod already checks isHomebrewInstall() before calling
the legacy function. It was also conceptually wrong — legacy detection is
for pre-existing installs, and brew was never a supported method before
this PR.1 parent 68e987e commit 8e4166c
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | 193 | | |
199 | 194 | | |
200 | 195 | | |
| |||
0 commit comments