Commit 7db6542
fix: remove unused getRemoteType function
Remove getRemoteType() function that became unused after refactoring
pr/mr commands to be explicit instead of auto-detecting the platform.
The RemoteType enum is still used by checkoutPROrMR(), but the
detection function is no longer needed since the command choice
(pr vs mr) now determines the platform explicitly.
Fixes linter error: func `getRemoteType` is unused (unused)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c3513cc commit 7db6542
1 file changed
+0
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 98 | | |
117 | 99 | | |
118 | 100 | | |
| |||
0 commit comments