Skip to content

Commit

Permalink
remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamir authored and singlemancombat committed Jun 15, 2023
1 parent 7846acc commit 16ad420
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/modules/configs/completion/servers/clangd.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
local global = require("core.global")
local function switch_source_header_splitcmd(bufnr, splitcmd)
bufnr = require("lspconfig").util.validate_bufnr(bufnr)
local clangd_client = require("lspconfig").util.get_active_client_by_name(bufnr, "clangd")
Expand Down

0 comments on commit 16ad420

Please sign in to comment.