Pārlūkot izejas kodu

Remove unused variable declaration

Alois Mahdal 3 gadus atpakaļ
vecāks
revīzija
be0cf4240d
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      dotfiles/bash/main.bashrc

+ 0
- 1
dotfiles/bash/main.bashrc Parādīt failu

@@ -66,7 +66,6 @@ pp() {
66 66
     # Ring the bell and send notification $1 and pause
67 67
     #
68 68
     local msg=${1:-this is done}
69
-    local junk
70 69
     bb
71 70
     echo -e "hey, \033[1;31m$msg\033[1;0m!"
72 71
     notify-send -a 'pp()' "hey, $msg"