Remove an unused file.

Also remove a reference to it and two other files that have already
been removed in a script --- these files were problematic because they
weren't UTF-8.

Change-Id: Ibf597bac1903c34d8d0fe0a09615c42f24d4f23d
This commit is contained in:
Elliott Hughes
2014-09-13 09:24:28 -07:00
parent 73d2059f9b
commit 5681fe8eae
2 changed files with 0 additions and 69 deletions

View File

@@ -121,7 +121,6 @@ for arg in args:
try:
content = open(path, 'r').read().decode('utf-8')
except:
# TODO: update hash.h, md5.c, and md5.h; upstream is probably UTF-8 already.
sys.stderr.write('warning: bad UTF-8 in %s\n' % path)
content = open(path, 'r').read().decode('iso-8859-1')