From 430e8193e07952bc09f0469affdb04a67d1a71e7 Mon Sep 17 00:00:00 2001
From: Dominik Reller <Dom-R@users.noreply.github.com>
Date: Mon, 6 May 2019 23:34:55 -0300
Subject: [PATCH] [install] Remove unused variable in install script (#1571)

---
 install | 2 --
 1 file changed, 2 deletions(-)

diff --git a/install b/install
index d1a37653..c76b54f8 100755
--- a/install
+++ b/install
@@ -7,7 +7,6 @@ auto_completion=
 key_bindings=
 update_config=2
 binary_arch=
-allow_legacy=
 shells="bash zsh fish"
 prefix='~/.fzf'
 prefix_expand=~/.fzf
@@ -45,7 +44,6 @@ for opt in "$@"; do
       auto_completion=1
       key_bindings=1
       update_config=1
-      allow_legacy=1
       ;;
     --xdg)
       prefix='"${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf'
-- 
GitLab