mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
This removes some unused code as reported by the new [unused linter](https://github.com/sourcegraph/sourcegraph/pull/55647). The linter incorrectly reports that some things are unused if they are only used by tests. It's unclear to me if there is a general solution to this issue, but for now I'm either ignoring them or moving test-only stuff to test files. |
||
|---|---|---|
| .. | ||
| recorder | ||
| background_test.go | ||
| background.go | ||
| BUILD.bazel | ||
| CODENOTIFY | ||
| example_test.go | ||
| goroutine_test.go | ||
| goroutine.go | ||
| mocks_test.go | ||
| periodic_test.go | ||
| periodic.go | ||