aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-03-18 15:04:55 -0500
committerJack Nagel2013-03-18 15:10:37 -0500
commitd0c53172072c1ce8092fc4fef5a76e62ad6e2917 (patch)
treefdda7c3411edd082e37af8d7a23779fb6fdd9152 /Library
parent31fd139e57bbc56a4eb85ed8961abe1cd4c63d1e (diff)
downloadhomebrew-d0c53172072c1ce8092fc4fef5a76e62ad6e2917.tar.bz2
versions: remove FIXME
I understand how this works now, and it is definitely necessary.
Diffstat (limited to 'Library')
-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))