aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/mysql.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-11-13 18:12:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-11-13 18:12:00 +1300
commitca83a06667dfb2acdee88b56d5c26ad89261651d (patch)
tree7be78a38c4a7e57c3d5a7ca72f815edcba6de65e /bash/bashrc.d/mysql.bash
parentPull Vim plugin submodules in separate target (diff)
downloaddotfiles-ca83a06667dfb2acdee88b56d5c26ad89261651d.tar.gz
dotfiles-ca83a06667dfb2acdee88b56d5c26ad89261651d.zip
Remove unnecessary null COMPREPLY assigns
Diffstat (limited to 'bash/bashrc.d/mysql.bash')
-rw-r--r--bash/bashrc.d/mysql.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc.d/mysql.bash b/bash/bashrc.d/mysql.bash
index bc4d0272..97bb1764 100644
--- a/bash/bashrc.d/mysql.bash
+++ b/bash/bashrc.d/mysql.bash
@@ -29,7 +29,6 @@ _mysql() {
declare -a files=("$dir"/*.cnf)
((! ${#files[@]}))
) ; then
- COMPREPLY=()
return 1
fi