Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Mar 11, 2024
1 parent 9dda8e1 commit 1dff1f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chatdbg/chatdbg_lldb.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ def get_code_surrounding(filename: str, lineno: int) -> str:
print("[WARNING] `clangd` is not available.")
print("[WARNING] The `find_definition` function will not be made available.")
else:
clangd = clangd_lsp_integration.clangd()

def find_definition(filename: str, lineno: int, symbol: str) -> str:
"""
Expand Down

0 comments on commit 1dff1f4

Please sign in to comment.