Skip to content

Commit

Permalink
Remove unused variable - run_had_errors (facebook#8599)
Browse files Browse the repository at this point in the history
Summary:
Unused since facebook@ab718b4 .
Noticed on https://lgtm.com/projects/g/facebook/rocksdb/snapshot/b215f1a83226f111ff52305987af93564272b7d3/files/tools/db_crashtest.py?sort=name&dir=ASC&mode=heatmap#xf254f528ad18f108:1

Pull Request resolved: facebook#8599

Reviewed By: ajkr

Differential Revision: D30057041

Pulled By: zhichao-cao

fbshipit-source-id: e80438cf9717086d2bf67461e19393d426a7676e
  • Loading branch information
thatsafunnyname authored and facebook-github-bot committed Aug 6, 2021
1 parent d56f74a commit 543a201
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/db_crashtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ def blackbox_crash_main(args, unknown_args):

for line in errs.split('\n'):
if line != '' and not line.startswith('WARNING'):
run_had_errors = True
print('stderr has error message:')
print('***' + line + '***')

Expand Down

0 comments on commit 543a201

Please sign in to comment.