mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 09:06:27 -04:00
remove dead code
This commit is contained in:
parent
e9051355a1
commit
7876cddf4a
|
|
@ -38,11 +38,6 @@ type refreshOptions struct {
|
|||
mode int // one of SYNC (default), ASYNC, and BLOCK_UI
|
||||
}
|
||||
|
||||
type innerRefreshOptions struct {
|
||||
scopeMap map[int]bool
|
||||
mode int // one of SYNC (default), ASYNC, and BLOCK_UI
|
||||
}
|
||||
|
||||
func intArrToMap(arr []int) map[int]bool {
|
||||
output := map[int]bool{}
|
||||
for _, el := range arr {
|
||||
|
|
|
|||
Loading…
Reference in a new issue