aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2015-01-03 23:44:26 -0500
committerJack Nagel2015-01-03 23:44:26 -0500
commit318c10380248c16a00c78012341ef82193dbc620 (patch)
tree9cbb1e47b962b3803d2d46fccb2585243c6d6f31 /Library/Homebrew
parentb81097cdeef710bc861bfb7be76b2b4d631d89a2 (diff)
downloadbrew-318c10380248c16a00c78012341ef82193dbc620.tar.bz2
Remove unnecessary encoding comments
These files do not contain any non-ASCII characters.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/extend/ENV/std.rb1
-rw-r--r--Library/Homebrew/formula_installer.rb2
2 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/extend/ENV/std.rb b/Library/Homebrew/extend/ENV/std.rb
index adbda0804..bea13c173 100644
--- a/Library/Homebrew/extend/ENV/std.rb
+++ b/Library/Homebrew/extend/ENV/std.rb
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
require 'hardware'
require 'os/mac'
require 'extend/ENV/shared'
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index b37b65fe6..fb025f0cc 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -1,5 +1,3 @@
-# encoding: UTF-8
-
require 'cxxstdlib'
require 'exceptions'
require 'formula'