From c46b7d43081be4af955b287d09955422843c03b1 Mon Sep 17 00:00:00 2001
From: Bruno Pinto <brunoferreirapinto@gmail.com>
Date: Sat, 22 Nov 2014 19:16:59 +1100
Subject: [PATCH] removing old commented out code

---
 plugins/brew/brew.load | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/plugins/brew/brew.load b/plugins/brew/brew.load
index e94616a..03e5e6e 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
-- 
GitLab