aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/versions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/versions.rb b/Library/Homebrew/cmd/versions.rb
index f5fd72ea2..3d186bf72 100644
--- a/Library/Homebrew/cmd/versions.rb
+++ b/Library/Homebrew/cmd/versions.rb
@@ -67,7 +67,6 @@ class Formula
path.write text_from_sha(sha)
# Unload the class so Formula#version returns the correct value
- # FIXME shouldn't have to do this?
begin
version = nostdout { Formula.factory(path).version }
Object.send(:remove_const, Formula.class_s(name))