diff options
| author | Jack Nagel | 2014-05-17 00:17:05 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-17 00:17:05 -0500 | 
| commit | cc5f504d45dcd07ac5c7a80e5c2984b4fdadc30c (patch) | |
| tree | 0e7da55769cdc2b09f3c4f3a1aef08fb33269717 /Library/Formula/mobile-shell.rb | |
| parent | 5e6f50eead6795ba191f953f4f15cd3820681e7f (diff) | |
| download | homebrew-cc5f504d45dcd07ac5c7a80e5c2984b4fdadc30c.tar.bz2 | |
Clean up some obsolete or redundant comments
Diffstat (limited to 'Library/Formula/mobile-shell.rb')
| -rw-r--r-- | Library/Formula/mobile-shell.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/mobile-shell.rb b/Library/Formula/mobile-shell.rb index dab76bb18..04a076f43 100644 --- a/Library/Formula/mobile-shell.rb +++ b/Library/Formula/mobile-shell.rb @@ -8,8 +8,6 @@ class MobileShell < Formula    head do      url 'https://github.com/keithw/mosh.git' -    # Needs new autoconf for correct AC_C_RESTRICT macro -    # See: https://github.com/keithw/mosh/issues/241      depends_on 'autoconf' => :build      depends_on 'automake' => :build    end  | 
