From 55a547dde16eed54cf607d4af37ff9aa60cc8a16 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 18 Sep 2014 15:30:34 -0500 Subject: [PATCH] Remove debugging code again --- Formula/tree.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/tree.rb b/Formula/tree.rb index 7298e8a0ab8..a75024d3a76 100644 --- a/Formula/tree.rb +++ b/Formula/tree.rb @@ -14,7 +14,6 @@ class Tree < Formula end def install - system "false" ENV.append 'CFLAGS', '-fomit-frame-pointer' objs = 'tree.o unix.o html.o xml.o hash.o color.o strverscmp.o json.o'