Skip to content

Commit

Permalink
Remove attempt to call cindex.Index.create that segfaults in some cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Sep 7, 2021
1 parent 5f8599d commit 647fe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def setup_clang():
return

try:
cindex.Index.create()
pass # cindex.Index.create()
except cindex.LibclangError as error:
pass
else:
Expand Down

0 comments on commit 647fe5e

Please sign in to comment.