Skip to content

Commit

Permalink
chore: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jun 30, 2023
1 parent 519f62b commit f469a6d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/next_ls/symbol_table.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ defmodule NextLS.SymbolTable do
line: integer(),
col: integer()
}

@spec new(keyword()) :: t()
def new(args) do
struct(__MODULE__, args)
end
end

def start_link(args) do
Expand Down

0 comments on commit f469a6d

Please sign in to comment.