Remove unnecessary encoding comments

These files do not contain any non-ASCII characters.
This commit is contained in:
Jack Nagel 2015-01-03 23:44:26 -05:00
parent b81097cdee
commit 318c103802
3 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
require 'hardware'
require 'os/mac'
require 'extend/ENV/shared'

View File

@ -1,5 +1,3 @@
# encoding: UTF-8
require 'cxxstdlib'
require 'exceptions'
require 'formula'

View File

@ -1,5 +1,4 @@
#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby -W0
# encoding: UTF-8
std_trap = trap("INT") { exit! 130 } # no backtrace thanks