Skip to content
Snippets Groups Projects
Commit b1d69700 authored by Vedant Kumar's avatar Vedant Kumar
Browse files

Remove stray semi-colon in *.py file, NFC

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272610 91177308-0d34-0410-b5e6-96231b3b80d8
parent 0bdb51b7
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ def cc1(args):
cc1_cmd = get_cc1_command_for_args(cmd, cc1_env)
subprocess.check_call(cc1_cmd)
return 0;
return 0
def parse_dtrace_symbol_file(path, all_symbols, all_symbols_set,
missing_symbols, opts):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment