浏览代码

Remove unused variable declaration

Alois Mahdal 4 年前
父节点
当前提交
be0cf4240d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      dotfiles/bash/main.bashrc

+ 0
- 1
dotfiles/bash/main.bashrc 查看文件

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