1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +02:00

remove dead code

This commit is contained in:
Jesse Duffield 2020-03-28 11:42:30 +11:00
parent e9051355a1
commit 7876cddf4a

View File

@ -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 {