diff options
Diffstat (limited to 'clang/docs/tools/dump_format_style.py')
| -rwxr-xr-x | clang/docs/tools/dump_format_style.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/docs/tools/dump_format_style.py b/clang/docs/tools/dump_format_style.py index f2682edc777..5feb793a4d7 100755 --- a/clang/docs/tools/dump_format_style.py +++ b/clang/docs/tools/dump_format_style.py @@ -6,7 +6,6 @@ import collections import os import re -import urllib2 CLANG_DIR = os.path.join(os.path.dirname(__file__), '../..') FORMAT_STYLE_FILE = os.path.join(CLANG_DIR, 'include/clang/Format/Format.h') |

