From 5a0bad6b4269d2ba3a5c61e18279360a923b5fa7 Mon Sep 17 00:00:00 2001
From: Samuel John <github@SamuelJohn.de>
Date: Wed, 21 Aug 2013 20:17:38 +0200
Subject: [PATCH] Revert "brew reinstall: Is able to work for all formulae"

This reverts commit 865f763ae59fdf32f496ca416fd98117f3370f86.
---
 Library/Homebrew/cmd/reinstall.rb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Library/Homebrew/cmd/reinstall.rb b/Library/Homebrew/cmd/reinstall.rb
index e5ba1c8f4a..e7abd8d4db 100644
--- a/Library/Homebrew/cmd/reinstall.rb
+++ b/Library/Homebrew/cmd/reinstall.rb
@@ -6,9 +6,6 @@ module Homebrew extend self
     # At first save the named formulae and remove them from ARGV
     named = ARGV.named
     ARGV.delete_if { |arg| named.include? arg }
-    # We add --force because then uninstall always succeeds and so reinstall
-    # works for formulae not yet installed.
-    ARGV << "--force"
     clean_ARGV = ARGV.clone
 
     # Add the used_options for each named formula separately so
-- 
GitLab