Skip to content

Commit

Permalink
Merge pull request #8715 from dolthub/aaron/go-nbs-remove-unused-remo…
Browse files Browse the repository at this point in the history
…terequests

[no-release-notes] go/store/chunks: Remove unused remote_requests structs and related code.
  • Loading branch information
reltuk authored Jan 6, 2025
2 parents c7f94a5 + 0d40bfd commit 1021c53
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 345 deletions.
166 changes: 0 additions & 166 deletions go/store/chunks/remote_requests.go

This file was deleted.

177 changes: 0 additions & 177 deletions go/store/chunks/remote_requests_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions go/utils/copyrightshdrs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ var CopiedNomsFiles []CopiedNomsFile = []CopiedNomsFile{
{Path: "store/chunks/chunk_test.go", NomsPath: "go/chunks/chunk_test.go", HadCopyrightNotice: true},
{Path: "store/chunks/memory_store.go", NomsPath: "go/chunks/memory_store.go", HadCopyrightNotice: true},
{Path: "store/chunks/memory_store_test.go", NomsPath: "go/chunks/memory_store_test.go", HadCopyrightNotice: true},
{Path: "store/chunks/remote_requests.go", NomsPath: "go/chunks/remote_requests.go", HadCopyrightNotice: true},
{Path: "store/chunks/remote_requests_test.go", NomsPath: "go/chunks/remote_requests_test.go", HadCopyrightNotice: true},
{Path: "store/chunks/test_utils.go", NomsPath: "go/chunks/test_utils.go", HadCopyrightNotice: true},
{Path: "store/cmd/noms/commit_iterator.go", NomsPath: "cmd/noms/commit_iterator.go", HadCopyrightNotice: true},
{Path: "store/cmd/noms/noms.go", NomsPath: "cmd/noms/noms.go", HadCopyrightNotice: true},
Expand Down

0 comments on commit 1021c53

Please sign in to comment.