Skip to content
Snippets Groups Projects
Unverified Commit 0631e8f0 authored by GuokeCui's avatar GuokeCui Committed by GitHub
Browse files

Static check: remove unused code; (#2498)

Remove unused code directly according to linter deadcode.

# How to check deadcode
golangci-lint run --disable-all --max-same-issues 10000 --max-issues-per-linter 10000 -E deadcode
parent 2362d314
No related branches found
No related tags found
Showing
with 15 additions and 443 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment