diff options
author | Elliott Hughes <enh@google.com> | 2014-09-13 09:24:28 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-09-13 09:24:28 -0700 |
commit | 5681fe8eaea08a9c95b48291bb94a21ab0f7e24a (patch) | |
tree | 608d6471205f7630593cd869e28fd8238427ef6e /libc/tools | |
parent | 73d2059f9b3f53446e25d800d64a86efb3bf3f9f (diff) | |
download | bionic-5681fe8eaea08a9c95b48291bb94a21ab0f7e24a.zip bionic-5681fe8eaea08a9c95b48291bb94a21ab0f7e24a.tar.gz bionic-5681fe8eaea08a9c95b48291bb94a21ab0f7e24a.tar.bz2 |
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
Diffstat (limited to 'libc/tools')
-rwxr-xr-x | libc/tools/generate-NOTICE.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/tools/generate-NOTICE.py b/libc/tools/generate-NOTICE.py index 8cd75a3..3edc299 100755 --- a/libc/tools/generate-NOTICE.py +++ b/libc/tools/generate-NOTICE.py @@ -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') |