mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-30 10:17:39 +00:00
* swarm: clean up unused private types and functions
Those that were identified by code inspection tool.
* swarm/storage: move/add Proximity GoDoc from deleted private function
The mentioned proximity() private function was deleted in:
|
||
|---|---|---|
| .. | ||
| lookup | ||
| binaryserializer.go | ||
| binaryserializer_test.go | ||
| cacheentry.go | ||
| doc.go | ||
| error.go | ||
| feed.go | ||
| feed_test.go | ||
| handler.go | ||
| handler_test.go | ||
| id.go | ||
| id_test.go | ||
| query.go | ||
| query_test.go | ||
| request.go | ||
| request_test.go | ||
| sign.go | ||
| testutil.go | ||
| timestampprovider.go | ||
| topic.go | ||
| topic_test.go | ||
| update.go | ||
| update_test.go | ||