Skip to content

Commit

Permalink
chore: remove unused function (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg authored Jul 3, 2023
1 parent b2a4c43 commit f7df2a0
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 f7df2a0

Please sign in to comment.