diff --git a/plugins/brew/brew.load b/plugins/brew/brew.load
index e94616a7b5db39c88b918d6d606bb61485c0c77d..03e5e6e15495c9ec86cddc78831c8cfb36936e7c 100644
--- a/plugins/brew/brew.load
+++ b/plugins/brew/brew.load
@@ -1,9 +1,3 @@
-#function _path_index
-#  if test $PATH[$argv[1]] = $argv[2]
-#    echo 'Path index correct'
-#  end
-#end
-
 set -l brew_paths /usr/local/bin /usr/bin /bin /usr/local/sbin /usr/sbin /sbin
 for brew_path in $brew_paths[-1..1]
   if test -d $brew_path