Skip to content

Commit d263bf5

Browse files
tools: Remove redundant CompilationDatabase load (#154)
1 parent 7b574bc commit d263bf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/analyze_compdb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ def default_main():
247247
val = -999
248248
row.append(val)
249249

250-
compdb = CompilationDatabase.load(args.compdb_path)
251250
writer = csv.writer(sys.stdout)
252251
writer.writerow(["path"] + columns)
253252
writer.writerows(result_table)

0 commit comments

Comments
 (0)