mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-25 12:24:47 +02: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
|
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 {
|
func intArrToMap(arr []int) map[int]bool {
|
||||||
output := map[int]bool{}
|
output := map[int]bool{}
|
||||||
for _, el := range arr {
|
for _, el := range arr {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user